@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.024Z") @Stability(value=Stable) public class CfnDeliveryStream extends CfnResource implements IInspectable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.kinesisfirehose.*;
CfnDeliveryStream cfnDeliveryStream = CfnDeliveryStream.Builder.create(this, "MyCfnDeliveryStream")
.amazonopensearchserviceDestinationConfiguration(AmazonopensearchserviceDestinationConfigurationProperty.builder()
.indexName("indexName")
.roleArn("roleArn")
.s3Configuration(S3DestinationConfigurationProperty.builder()
.bucketArn("bucketArn")
.roleArn("roleArn")
// the properties below are optional
.bufferingHints(BufferingHintsProperty.builder()
.intervalInSeconds(123)
.sizeInMBs(123)
.build())
.cloudWatchLoggingOptions(CloudWatchLoggingOptionsProperty.builder()
.enabled(false)
.logGroupName("logGroupName")
.logStreamName("logStreamName")
.build())
.compressionFormat("compressionFormat")
.encryptionConfiguration(EncryptionConfigurationProperty.builder()
.kmsEncryptionConfig(KMSEncryptionConfigProperty.builder()
.awskmsKeyArn("awskmsKeyArn")
.build())
.noEncryptionConfig("noEncryptionConfig")
.build())
.errorOutputPrefix("errorOutputPrefix")
.prefix("prefix")
.build())
// the properties below are optional
.bufferingHints(AmazonopensearchserviceBufferingHintsProperty.builder()
.intervalInSeconds(123)
.sizeInMBs(123)
.build())
.cloudWatchLoggingOptions(CloudWatchLoggingOptionsProperty.builder()
.enabled(false)
.logGroupName("logGroupName")
.logStreamName("logStreamName")
.build())
.clusterEndpoint("clusterEndpoint")
.domainArn("domainArn")
.indexRotationPeriod("indexRotationPeriod")
.processingConfiguration(ProcessingConfigurationProperty.builder()
.enabled(false)
.processors(List.of(ProcessorProperty.builder()
.type("type")
// the properties below are optional
.parameters(List.of(ProcessorParameterProperty.builder()
.parameterName("parameterName")
.parameterValue("parameterValue")
.build()))
.build()))
.build())
.retryOptions(AmazonopensearchserviceRetryOptionsProperty.builder()
.durationInSeconds(123)
.build())
.s3BackupMode("s3BackupMode")
.typeName("typeName")
.vpcConfiguration(VpcConfigurationProperty.builder()
.roleArn("roleArn")
.securityGroupIds(List.of("securityGroupIds"))
.subnetIds(List.of("subnetIds"))
.build())
.build())
.deliveryStreamEncryptionConfigurationInput(DeliveryStreamEncryptionConfigurationInputProperty.builder()
.keyType("keyType")
// the properties below are optional
.keyArn("keyArn")
.build())
.deliveryStreamName("deliveryStreamName")
.deliveryStreamType("deliveryStreamType")
.elasticsearchDestinationConfiguration(ElasticsearchDestinationConfigurationProperty.builder()
.indexName("indexName")
.roleArn("roleArn")
.s3Configuration(S3DestinationConfigurationProperty.builder()
.bucketArn("bucketArn")
.roleArn("roleArn")
// the properties below are optional
.bufferingHints(BufferingHintsProperty.builder()
.intervalInSeconds(123)
.sizeInMBs(123)
.build())
.cloudWatchLoggingOptions(CloudWatchLoggingOptionsProperty.builder()
.enabled(false)
.logGroupName("logGroupName")
.logStreamName("logStreamName")
.build())
.compressionFormat("compressionFormat")
.encryptionConfiguration(EncryptionConfigurationProperty.builder()
.kmsEncryptionConfig(KMSEncryptionConfigProperty.builder()
.awskmsKeyArn("awskmsKeyArn")
.build())
.noEncryptionConfig("noEncryptionConfig")
.build())
.errorOutputPrefix("errorOutputPrefix")
.prefix("prefix")
.build())
// the properties below are optional
.bufferingHints(ElasticsearchBufferingHintsProperty.builder()
.intervalInSeconds(123)
.sizeInMBs(123)
.build())
.cloudWatchLoggingOptions(CloudWatchLoggingOptionsProperty.builder()
.enabled(false)
.logGroupName("logGroupName")
.logStreamName("logStreamName")
.build())
.clusterEndpoint("clusterEndpoint")
.domainArn("domainArn")
.indexRotationPeriod("indexRotationPeriod")
.processingConfiguration(ProcessingConfigurationProperty.builder()
.enabled(false)
.processors(List.of(ProcessorProperty.builder()
.type("type")
// the properties below are optional
.parameters(List.of(ProcessorParameterProperty.builder()
.parameterName("parameterName")
.parameterValue("parameterValue")
.build()))
.build()))
.build())
.retryOptions(ElasticsearchRetryOptionsProperty.builder()
.durationInSeconds(123)
.build())
.s3BackupMode("s3BackupMode")
.typeName("typeName")
.vpcConfiguration(VpcConfigurationProperty.builder()
.roleArn("roleArn")
.securityGroupIds(List.of("securityGroupIds"))
.subnetIds(List.of("subnetIds"))
.build())
.build())
.extendedS3DestinationConfiguration(ExtendedS3DestinationConfigurationProperty.builder()
.bucketArn("bucketArn")
.roleArn("roleArn")
// the properties below are optional
.bufferingHints(BufferingHintsProperty.builder()
.intervalInSeconds(123)
.sizeInMBs(123)
.build())
.cloudWatchLoggingOptions(CloudWatchLoggingOptionsProperty.builder()
.enabled(false)
.logGroupName("logGroupName")
.logStreamName("logStreamName")
.build())
.compressionFormat("compressionFormat")
.dataFormatConversionConfiguration(DataFormatConversionConfigurationProperty.builder()
.enabled(false)
.inputFormatConfiguration(InputFormatConfigurationProperty.builder()
.deserializer(DeserializerProperty.builder()
.hiveJsonSerDe(HiveJsonSerDeProperty.builder()
.timestampFormats(List.of("timestampFormats"))
.build())
.openXJsonSerDe(OpenXJsonSerDeProperty.builder()
.caseInsensitive(false)
.columnToJsonKeyMappings(Map.of(
"columnToJsonKeyMappingsKey", "columnToJsonKeyMappings"))
.convertDotsInJsonKeysToUnderscores(false)
.build())
.build())
.build())
.outputFormatConfiguration(OutputFormatConfigurationProperty.builder()
.serializer(SerializerProperty.builder()
.orcSerDe(OrcSerDeProperty.builder()
.blockSizeBytes(123)
.bloomFilterColumns(List.of("bloomFilterColumns"))
.bloomFilterFalsePositiveProbability(123)
.compression("compression")
.dictionaryKeyThreshold(123)
.enablePadding(false)
.formatVersion("formatVersion")
.paddingTolerance(123)
.rowIndexStride(123)
.stripeSizeBytes(123)
.build())
.parquetSerDe(ParquetSerDeProperty.builder()
.blockSizeBytes(123)
.compression("compression")
.enableDictionaryCompression(false)
.maxPaddingBytes(123)
.pageSizeBytes(123)
.writerVersion("writerVersion")
.build())
.build())
.build())
.schemaConfiguration(SchemaConfigurationProperty.builder()
.catalogId("catalogId")
.databaseName("databaseName")
.region("region")
.roleArn("roleArn")
.tableName("tableName")
.versionId("versionId")
.build())
.build())
.dynamicPartitioningConfiguration(DynamicPartitioningConfigurationProperty.builder()
.enabled(false)
.retryOptions(RetryOptionsProperty.builder()
.durationInSeconds(123)
.build())
.build())
.encryptionConfiguration(EncryptionConfigurationProperty.builder()
.kmsEncryptionConfig(KMSEncryptionConfigProperty.builder()
.awskmsKeyArn("awskmsKeyArn")
.build())
.noEncryptionConfig("noEncryptionConfig")
.build())
.errorOutputPrefix("errorOutputPrefix")
.prefix("prefix")
.processingConfiguration(ProcessingConfigurationProperty.builder()
.enabled(false)
.processors(List.of(ProcessorProperty.builder()
.type("type")
// the properties below are optional
.parameters(List.of(ProcessorParameterProperty.builder()
.parameterName("parameterName")
.parameterValue("parameterValue")
.build()))
.build()))
.build())
.s3BackupConfiguration(S3DestinationConfigurationProperty.builder()
.bucketArn("bucketArn")
.roleArn("roleArn")
// the properties below are optional
.bufferingHints(BufferingHintsProperty.builder()
.intervalInSeconds(123)
.sizeInMBs(123)
.build())
.cloudWatchLoggingOptions(CloudWatchLoggingOptionsProperty.builder()
.enabled(false)
.logGroupName("logGroupName")
.logStreamName("logStreamName")
.build())
.compressionFormat("compressionFormat")
.encryptionConfiguration(EncryptionConfigurationProperty.builder()
.kmsEncryptionConfig(KMSEncryptionConfigProperty.builder()
.awskmsKeyArn("awskmsKeyArn")
.build())
.noEncryptionConfig("noEncryptionConfig")
.build())
.errorOutputPrefix("errorOutputPrefix")
.prefix("prefix")
.build())
.s3BackupMode("s3BackupMode")
.build())
.httpEndpointDestinationConfiguration(HttpEndpointDestinationConfigurationProperty.builder()
.endpointConfiguration(HttpEndpointConfigurationProperty.builder()
.url("url")
// the properties below are optional
.accessKey("accessKey")
.name("name")
.build())
.s3Configuration(S3DestinationConfigurationProperty.builder()
.bucketArn("bucketArn")
.roleArn("roleArn")
// the properties below are optional
.bufferingHints(BufferingHintsProperty.builder()
.intervalInSeconds(123)
.sizeInMBs(123)
.build())
.cloudWatchLoggingOptions(CloudWatchLoggingOptionsProperty.builder()
.enabled(false)
.logGroupName("logGroupName")
.logStreamName("logStreamName")
.build())
.compressionFormat("compressionFormat")
.encryptionConfiguration(EncryptionConfigurationProperty.builder()
.kmsEncryptionConfig(KMSEncryptionConfigProperty.builder()
.awskmsKeyArn("awskmsKeyArn")
.build())
.noEncryptionConfig("noEncryptionConfig")
.build())
.errorOutputPrefix("errorOutputPrefix")
.prefix("prefix")
.build())
// the properties below are optional
.bufferingHints(BufferingHintsProperty.builder()
.intervalInSeconds(123)
.sizeInMBs(123)
.build())
.cloudWatchLoggingOptions(CloudWatchLoggingOptionsProperty.builder()
.enabled(false)
.logGroupName("logGroupName")
.logStreamName("logStreamName")
.build())
.processingConfiguration(ProcessingConfigurationProperty.builder()
.enabled(false)
.processors(List.of(ProcessorProperty.builder()
.type("type")
// the properties below are optional
.parameters(List.of(ProcessorParameterProperty.builder()
.parameterName("parameterName")
.parameterValue("parameterValue")
.build()))
.build()))
.build())
.requestConfiguration(HttpEndpointRequestConfigurationProperty.builder()
.commonAttributes(List.of(HttpEndpointCommonAttributeProperty.builder()
.attributeName("attributeName")
.attributeValue("attributeValue")
.build()))
.contentEncoding("contentEncoding")
.build())
.retryOptions(RetryOptionsProperty.builder()
.durationInSeconds(123)
.build())
.roleArn("roleArn")
.s3BackupMode("s3BackupMode")
.build())
.kinesisStreamSourceConfiguration(KinesisStreamSourceConfigurationProperty.builder()
.kinesisStreamArn("kinesisStreamArn")
.roleArn("roleArn")
.build())
.redshiftDestinationConfiguration(RedshiftDestinationConfigurationProperty.builder()
.clusterJdbcurl("clusterJdbcurl")
.copyCommand(CopyCommandProperty.builder()
.dataTableName("dataTableName")
// the properties below are optional
.copyOptions("copyOptions")
.dataTableColumns("dataTableColumns")
.build())
.password("password")
.roleArn("roleArn")
.s3Configuration(S3DestinationConfigurationProperty.builder()
.bucketArn("bucketArn")
.roleArn("roleArn")
// the properties below are optional
.bufferingHints(BufferingHintsProperty.builder()
.intervalInSeconds(123)
.sizeInMBs(123)
.build())
.cloudWatchLoggingOptions(CloudWatchLoggingOptionsProperty.builder()
.enabled(false)
.logGroupName("logGroupName")
.logStreamName("logStreamName")
.build())
.compressionFormat("compressionFormat")
.encryptionConfiguration(EncryptionConfigurationProperty.builder()
.kmsEncryptionConfig(KMSEncryptionConfigProperty.builder()
.awskmsKeyArn("awskmsKeyArn")
.build())
.noEncryptionConfig("noEncryptionConfig")
.build())
.errorOutputPrefix("errorOutputPrefix")
.prefix("prefix")
.build())
.username("username")
// the properties below are optional
.cloudWatchLoggingOptions(CloudWatchLoggingOptionsProperty.builder()
.enabled(false)
.logGroupName("logGroupName")
.logStreamName("logStreamName")
.build())
.processingConfiguration(ProcessingConfigurationProperty.builder()
.enabled(false)
.processors(List.of(ProcessorProperty.builder()
.type("type")
// the properties below are optional
.parameters(List.of(ProcessorParameterProperty.builder()
.parameterName("parameterName")
.parameterValue("parameterValue")
.build()))
.build()))
.build())
.retryOptions(RedshiftRetryOptionsProperty.builder()
.durationInSeconds(123)
.build())
.s3BackupConfiguration(S3DestinationConfigurationProperty.builder()
.bucketArn("bucketArn")
.roleArn("roleArn")
// the properties below are optional
.bufferingHints(BufferingHintsProperty.builder()
.intervalInSeconds(123)
.sizeInMBs(123)
.build())
.cloudWatchLoggingOptions(CloudWatchLoggingOptionsProperty.builder()
.enabled(false)
.logGroupName("logGroupName")
.logStreamName("logStreamName")
.build())
.compressionFormat("compressionFormat")
.encryptionConfiguration(EncryptionConfigurationProperty.builder()
.kmsEncryptionConfig(KMSEncryptionConfigProperty.builder()
.awskmsKeyArn("awskmsKeyArn")
.build())
.noEncryptionConfig("noEncryptionConfig")
.build())
.errorOutputPrefix("errorOutputPrefix")
.prefix("prefix")
.build())
.s3BackupMode("s3BackupMode")
.build())
.s3DestinationConfiguration(S3DestinationConfigurationProperty.builder()
.bucketArn("bucketArn")
.roleArn("roleArn")
// the properties below are optional
.bufferingHints(BufferingHintsProperty.builder()
.intervalInSeconds(123)
.sizeInMBs(123)
.build())
.cloudWatchLoggingOptions(CloudWatchLoggingOptionsProperty.builder()
.enabled(false)
.logGroupName("logGroupName")
.logStreamName("logStreamName")
.build())
.compressionFormat("compressionFormat")
.encryptionConfiguration(EncryptionConfigurationProperty.builder()
.kmsEncryptionConfig(KMSEncryptionConfigProperty.builder()
.awskmsKeyArn("awskmsKeyArn")
.build())
.noEncryptionConfig("noEncryptionConfig")
.build())
.errorOutputPrefix("errorOutputPrefix")
.prefix("prefix")
.build())
.splunkDestinationConfiguration(SplunkDestinationConfigurationProperty.builder()
.hecEndpoint("hecEndpoint")
.hecEndpointType("hecEndpointType")
.hecToken("hecToken")
.s3Configuration(S3DestinationConfigurationProperty.builder()
.bucketArn("bucketArn")
.roleArn("roleArn")
// the properties below are optional
.bufferingHints(BufferingHintsProperty.builder()
.intervalInSeconds(123)
.sizeInMBs(123)
.build())
.cloudWatchLoggingOptions(CloudWatchLoggingOptionsProperty.builder()
.enabled(false)
.logGroupName("logGroupName")
.logStreamName("logStreamName")
.build())
.compressionFormat("compressionFormat")
.encryptionConfiguration(EncryptionConfigurationProperty.builder()
.kmsEncryptionConfig(KMSEncryptionConfigProperty.builder()
.awskmsKeyArn("awskmsKeyArn")
.build())
.noEncryptionConfig("noEncryptionConfig")
.build())
.errorOutputPrefix("errorOutputPrefix")
.prefix("prefix")
.build())
// the properties below are optional
.cloudWatchLoggingOptions(CloudWatchLoggingOptionsProperty.builder()
.enabled(false)
.logGroupName("logGroupName")
.logStreamName("logStreamName")
.build())
.hecAcknowledgmentTimeoutInSeconds(123)
.processingConfiguration(ProcessingConfigurationProperty.builder()
.enabled(false)
.processors(List.of(ProcessorProperty.builder()
.type("type")
// the properties below are optional
.parameters(List.of(ProcessorParameterProperty.builder()
.parameterName("parameterName")
.parameterValue("parameterValue")
.build()))
.build()))
.build())
.retryOptions(SplunkRetryOptionsProperty.builder()
.durationInSeconds(123)
.build())
.s3BackupMode("s3BackupMode")
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnDeliveryStream(software.constructs.Construct scope,
String id)
Create a new `AWS::KinesisFirehose::DeliveryStream`.
|
|
CfnDeliveryStream(software.constructs.Construct scope,
String id,
CfnDeliveryStreamProps props)
Create a new `AWS::KinesisFirehose::DeliveryStream`.
|
protected |
CfnDeliveryStream(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnDeliveryStream(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAmazonopensearchserviceDestinationConfiguration()
`AWS::KinesisFirehose::DeliveryStream.AmazonopensearchserviceDestinationConfiguration`.
|
String |
getAttrArn() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getDeliveryStreamEncryptionConfigurationInput()
`AWS::KinesisFirehose::DeliveryStream.DeliveryStreamEncryptionConfigurationInput`.
|
String |
getDeliveryStreamName()
`AWS::KinesisFirehose::DeliveryStream.DeliveryStreamName`.
|
String |
getDeliveryStreamType()
`AWS::KinesisFirehose::DeliveryStream.DeliveryStreamType`.
|
Object |
getElasticsearchDestinationConfiguration()
`AWS::KinesisFirehose::DeliveryStream.ElasticsearchDestinationConfiguration`.
|
Object |
getExtendedS3DestinationConfiguration()
`AWS::KinesisFirehose::DeliveryStream.ExtendedS3DestinationConfiguration`.
|
Object |
getHttpEndpointDestinationConfiguration()
`AWS::KinesisFirehose::DeliveryStream.HttpEndpointDestinationConfiguration`.
|
Object |
getKinesisStreamSourceConfiguration()
`AWS::KinesisFirehose::DeliveryStream.KinesisStreamSourceConfiguration`.
|
Object |
getRedshiftDestinationConfiguration()
`AWS::KinesisFirehose::DeliveryStream.RedshiftDestinationConfiguration`.
|
Object |
getS3DestinationConfiguration()
`AWS::KinesisFirehose::DeliveryStream.S3DestinationConfiguration`.
|
Object |
getSplunkDestinationConfiguration()
`AWS::KinesisFirehose::DeliveryStream.SplunkDestinationConfiguration`.
|
TagManager |
getTags()
`AWS::KinesisFirehose::DeliveryStream.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAmazonopensearchserviceDestinationConfiguration(CfnDeliveryStream.AmazonopensearchserviceDestinationConfigurationProperty value)
`AWS::KinesisFirehose::DeliveryStream.AmazonopensearchserviceDestinationConfiguration`.
|
void |
setAmazonopensearchserviceDestinationConfiguration(IResolvable value)
`AWS::KinesisFirehose::DeliveryStream.AmazonopensearchserviceDestinationConfiguration`.
|
void |
setDeliveryStreamEncryptionConfigurationInput(CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty value)
`AWS::KinesisFirehose::DeliveryStream.DeliveryStreamEncryptionConfigurationInput`.
|
void |
setDeliveryStreamEncryptionConfigurationInput(IResolvable value)
`AWS::KinesisFirehose::DeliveryStream.DeliveryStreamEncryptionConfigurationInput`.
|
void |
setDeliveryStreamName(String value)
`AWS::KinesisFirehose::DeliveryStream.DeliveryStreamName`.
|
void |
setDeliveryStreamType(String value)
`AWS::KinesisFirehose::DeliveryStream.DeliveryStreamType`.
|
void |
setElasticsearchDestinationConfiguration(CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty value)
`AWS::KinesisFirehose::DeliveryStream.ElasticsearchDestinationConfiguration`.
|
void |
setElasticsearchDestinationConfiguration(IResolvable value)
`AWS::KinesisFirehose::DeliveryStream.ElasticsearchDestinationConfiguration`.
|
void |
setExtendedS3DestinationConfiguration(CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty value)
`AWS::KinesisFirehose::DeliveryStream.ExtendedS3DestinationConfiguration`.
|
void |
setExtendedS3DestinationConfiguration(IResolvable value)
`AWS::KinesisFirehose::DeliveryStream.ExtendedS3DestinationConfiguration`.
|
void |
setHttpEndpointDestinationConfiguration(CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty value)
`AWS::KinesisFirehose::DeliveryStream.HttpEndpointDestinationConfiguration`.
|
void |
setHttpEndpointDestinationConfiguration(IResolvable value)
`AWS::KinesisFirehose::DeliveryStream.HttpEndpointDestinationConfiguration`.
|
void |
setKinesisStreamSourceConfiguration(CfnDeliveryStream.KinesisStreamSourceConfigurationProperty value)
`AWS::KinesisFirehose::DeliveryStream.KinesisStreamSourceConfiguration`.
|
void |
setKinesisStreamSourceConfiguration(IResolvable value)
`AWS::KinesisFirehose::DeliveryStream.KinesisStreamSourceConfiguration`.
|
void |
setRedshiftDestinationConfiguration(CfnDeliveryStream.RedshiftDestinationConfigurationProperty value)
`AWS::KinesisFirehose::DeliveryStream.RedshiftDestinationConfiguration`.
|
void |
setRedshiftDestinationConfiguration(IResolvable value)
`AWS::KinesisFirehose::DeliveryStream.RedshiftDestinationConfiguration`.
|
void |
setS3DestinationConfiguration(CfnDeliveryStream.S3DestinationConfigurationProperty value)
`AWS::KinesisFirehose::DeliveryStream.S3DestinationConfiguration`.
|
void |
setS3DestinationConfiguration(IResolvable value)
`AWS::KinesisFirehose::DeliveryStream.S3DestinationConfiguration`.
|
void |
setSplunkDestinationConfiguration(CfnDeliveryStream.SplunkDestinationConfigurationProperty value)
`AWS::KinesisFirehose::DeliveryStream.SplunkDestinationConfiguration`.
|
void |
setSplunkDestinationConfiguration(IResolvable value)
`AWS::KinesisFirehose::DeliveryStream.SplunkDestinationConfiguration`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnDeliveryStream(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDeliveryStream(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnDeliveryStream(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
CfnDeliveryStreamProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties.@Stability(value=Stable)
public CfnDeliveryStream(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @Nullable public Object getAmazonopensearchserviceDestinationConfiguration()
@Stability(value=Stable)
public void setAmazonopensearchserviceDestinationConfiguration(@Nullable
CfnDeliveryStream.AmazonopensearchserviceDestinationConfigurationProperty value)
@Stability(value=Stable)
public void setAmazonopensearchserviceDestinationConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public Object getDeliveryStreamEncryptionConfigurationInput()
@Stability(value=Stable)
public void setDeliveryStreamEncryptionConfigurationInput(@Nullable
CfnDeliveryStream.DeliveryStreamEncryptionConfigurationInputProperty value)
@Stability(value=Stable)
public void setDeliveryStreamEncryptionConfigurationInput(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public String getDeliveryStreamName()
@Stability(value=Stable)
public void setDeliveryStreamName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDeliveryStreamType()
@Stability(value=Stable)
public void setDeliveryStreamType(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getElasticsearchDestinationConfiguration()
@Stability(value=Stable)
public void setElasticsearchDestinationConfiguration(@Nullable
CfnDeliveryStream.ElasticsearchDestinationConfigurationProperty value)
@Stability(value=Stable)
public void setElasticsearchDestinationConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getExtendedS3DestinationConfiguration()
@Stability(value=Stable)
public void setExtendedS3DestinationConfiguration(@Nullable
CfnDeliveryStream.ExtendedS3DestinationConfigurationProperty value)
@Stability(value=Stable)
public void setExtendedS3DestinationConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getHttpEndpointDestinationConfiguration()
@Stability(value=Stable)
public void setHttpEndpointDestinationConfiguration(@Nullable
CfnDeliveryStream.HttpEndpointDestinationConfigurationProperty value)
@Stability(value=Stable)
public void setHttpEndpointDestinationConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getKinesisStreamSourceConfiguration()
@Stability(value=Stable)
public void setKinesisStreamSourceConfiguration(@Nullable
CfnDeliveryStream.KinesisStreamSourceConfigurationProperty value)
@Stability(value=Stable)
public void setKinesisStreamSourceConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getRedshiftDestinationConfiguration()
@Stability(value=Stable)
public void setRedshiftDestinationConfiguration(@Nullable
CfnDeliveryStream.RedshiftDestinationConfigurationProperty value)
@Stability(value=Stable)
public void setRedshiftDestinationConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getS3DestinationConfiguration()
@Stability(value=Stable)
public void setS3DestinationConfiguration(@Nullable
CfnDeliveryStream.S3DestinationConfigurationProperty value)
@Stability(value=Stable)
public void setS3DestinationConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @Nullable public Object getSplunkDestinationConfiguration()
@Stability(value=Stable)
public void setSplunkDestinationConfiguration(@Nullable
CfnDeliveryStream.SplunkDestinationConfigurationProperty value)
@Stability(value=Stable)
public void setSplunkDestinationConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable) @NotNull public TagManager getTags()
Copyright © 2021. All rights reserved.