Interface CloudwatchEventTargetRedshiftTarget
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudwatchEventTargetRedshiftTarget.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.988Z") @Stability(Stable) public interface CloudwatchEventTargetRedshiftTarget extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudwatchEventTargetRedshiftTarget.BuilderA builder forCloudwatchEventTargetRedshiftTargetstatic classCloudwatchEventTargetRedshiftTarget.Jsii$ProxyAn implementation forCloudwatchEventTargetRedshiftTarget
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CloudwatchEventTargetRedshiftTarget.Builderbuilder()StringgetDatabase()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#database CloudwatchEventTarget#database}.default StringgetDbUser()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#db_user CloudwatchEventTarget#db_user}.default StringgetSecretsManagerArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#secrets_manager_arn CloudwatchEventTarget#secrets_manager_arn}.default StringgetSql()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#sql CloudwatchEventTarget#sql}.default StringgetStatementName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#statement_name CloudwatchEventTarget#statement_name}.default ObjectgetWithEvent()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#with_event CloudwatchEventTarget#with_event}.
-
-
-
Method Detail
-
getDatabase
@Stability(Stable) @NotNull String getDatabase()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#database CloudwatchEventTarget#database}.
-
getDbUser
@Stability(Stable) @Nullable default String getDbUser()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#db_user CloudwatchEventTarget#db_user}.
-
getSecretsManagerArn
@Stability(Stable) @Nullable default String getSecretsManagerArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#secrets_manager_arn CloudwatchEventTarget#secrets_manager_arn}.
-
getSql
@Stability(Stable) @Nullable default String getSql()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#sql CloudwatchEventTarget#sql}.
-
getStatementName
@Stability(Stable) @Nullable default String getStatementName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#statement_name CloudwatchEventTarget#statement_name}.
-
getWithEvent
@Stability(Stable) @Nullable default Object getWithEvent()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#with_event CloudwatchEventTarget#with_event}.
-
builder
@Stability(Stable) static CloudwatchEventTargetRedshiftTarget.Builder builder()
-
-