public static final class CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.Builder, CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBucketName()
A name for the associated Amazon S3 bucket.
|
java.lang.String |
getBucketPrefix()
The object key for the destination bucket in which Amazon AppFlow places the files.
|
java.lang.String |
getClusterIdentifier()
`CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.ClusterIdentifier`.
|
java.lang.String |
getDataApiRoleArn()
`CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.DataApiRoleArn`.
|
java.lang.String |
getDatabaseName()
`CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.DatabaseName`.
|
java.lang.String |
getDatabaseUrl()
The JDBC URL of the Amazon Redshift cluster.
|
java.lang.Object |
getIsRedshiftServerless()
`CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.IsRedshiftServerless`.
|
java.lang.String |
getRoleArn()
The Amazon Resource Name (ARN) of IAM role that grants Amazon Redshift read-only access to Amazon S3.
|
java.lang.String |
getWorkgroupName()
`CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty.WorkgroupName`.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getBucketName()
CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
getBucketName
in interface CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
public final java.lang.String getRoleArn()
CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
For more information, and for the polices that you attach to this role, see Allow Amazon Redshift to access your Amazon AppFlow data in Amazon S3 .
getRoleArn
in interface CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
public final java.lang.String getBucketPrefix()
CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
getBucketPrefix
in interface CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
public final java.lang.String getClusterIdentifier()
CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
getClusterIdentifier
in interface CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
public final java.lang.String getDataApiRoleArn()
CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
getDataApiRoleArn
in interface CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
public final java.lang.String getDatabaseName()
CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
getDatabaseName
in interface CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
public final java.lang.String getDatabaseUrl()
CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
getDatabaseUrl
in interface CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
public final java.lang.Object getIsRedshiftServerless()
CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
getIsRedshiftServerless
in interface CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
public final java.lang.String getWorkgroupName()
CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
getWorkgroupName
in interface CfnConnectorProfile.RedshiftConnectorProfilePropertiesProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()