Class CfnInstanceStorageConfig
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.core.Construct
software.amazon.awscdk.core.CfnElement
software.amazon.awscdk.core.CfnRefElement
software.amazon.awscdk.core.CfnResource
software.amazon.awscdk.services.connect.CfnInstanceStorageConfig
- All Implemented Interfaces:
IConstruct
,IDependable
,IInspectable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:55.980Z")
@Stability(Stable)
public class CfnInstanceStorageConfig
extends CfnResource
implements IInspectable
A CloudFormation
AWS::Connect::InstanceStorageConfig
.
The storage configuration for the instance.
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.connect.*; CfnInstanceStorageConfig cfnInstanceStorageConfig = CfnInstanceStorageConfig.Builder.create(this, "MyCfnInstanceStorageConfig") .instanceArn("instanceArn") .resourceType("resourceType") .storageType("storageType") // the properties below are optional .kinesisFirehoseConfig(KinesisFirehoseConfigProperty.builder() .firehoseArn("firehoseArn") .build()) .kinesisStreamConfig(KinesisStreamConfigProperty.builder() .streamArn("streamArn") .build()) .kinesisVideoStreamConfig(KinesisVideoStreamConfigProperty.builder() .prefix("prefix") .retentionPeriodHours(123) // the properties below are optional .encryptionConfig(EncryptionConfigProperty.builder() .encryptionType("encryptionType") .keyId("keyId") .build()) .build()) .s3Config(S3ConfigProperty.builder() .bucketName("bucketName") .bucketPrefix("bucketPrefix") // the properties below are optional .encryptionConfig(EncryptionConfigProperty.builder() .encryptionType("encryptionType") .keyId("keyId") .build()) .build()) .build();
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnInstanceStorageConfig
.static interface
The encryption configuration.static interface
Configuration information of a Kinesis Data Firehose delivery stream.static interface
Configuration information of a Kinesis data stream.static interface
Configuration information of a Kinesis video stream.static interface
Information about the Amazon Simple Storage Service (Amazon S3) storage type.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionCfnInstanceStorageConfig
(Construct scope, String id, CfnInstanceStorageConfigProps props) Create a newAWS::Connect::InstanceStorageConfig
.protected
CfnInstanceStorageConfig
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnInstanceStorageConfig
(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionThe existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.The Amazon Resource Name (ARN) of the instance.The configuration of the Kinesis Firehose delivery stream.The configuration of the Kinesis data stream.The configuration of the Kinesis video stream.A valid resource type.The S3 bucket configuration.A valid storage type.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setInstanceArn
(String value) The Amazon Resource Name (ARN) of the instance.void
The configuration of the Kinesis Firehose delivery stream.void
The configuration of the Kinesis Firehose delivery stream.void
The configuration of the Kinesis data stream.void
The configuration of the Kinesis data stream.void
The configuration of the Kinesis video stream.void
The configuration of the Kinesis video stream.void
setResourceType
(String value) A valid resource type.void
setS3Config
(IResolvable value) The S3 bucket configuration.void
The S3 bucket configuration.void
setStorageType
(String value) A valid storage type.Methods inherited from class software.amazon.awscdk.core.CfnResource
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.core.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.core.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnInstanceStorageConfig
protected CfnInstanceStorageConfig(software.amazon.jsii.JsiiObjectRef objRef) -
CfnInstanceStorageConfig
protected CfnInstanceStorageConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnInstanceStorageConfig
@Stability(Stable) public CfnInstanceStorageConfig(@NotNull Construct scope, @NotNull String id, @NotNull CfnInstanceStorageConfigProps props) Create a newAWS::Connect::InstanceStorageConfig
.- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
props
-- resource properties.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
-- tree inspector to collect and process attributes.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrAssociationId
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID. -
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getInstanceArn
The Amazon Resource Name (ARN) of the instance. -
setInstanceArn
The Amazon Resource Name (ARN) of the instance. -
getResourceType
A valid resource type.Following are the valid resource types:
CHAT_TRANSCRIPTS
|CALL_RECORDINGS
|SCHEDULED_REPORTS
|MEDIA_STREAMS
|CONTACT_TRACE_RECORDS
|AGENT_EVENTS
-
setResourceType
A valid resource type.Following are the valid resource types:
CHAT_TRANSCRIPTS
|CALL_RECORDINGS
|SCHEDULED_REPORTS
|MEDIA_STREAMS
|CONTACT_TRACE_RECORDS
|AGENT_EVENTS
-
getStorageType
A valid storage type. -
setStorageType
A valid storage type. -
getKinesisFirehoseConfig
The configuration of the Kinesis Firehose delivery stream. -
setKinesisFirehoseConfig
The configuration of the Kinesis Firehose delivery stream. -
setKinesisFirehoseConfig
@Stability(Stable) public void setKinesisFirehoseConfig(@Nullable CfnInstanceStorageConfig.KinesisFirehoseConfigProperty value) The configuration of the Kinesis Firehose delivery stream. -
getKinesisStreamConfig
The configuration of the Kinesis data stream. -
setKinesisStreamConfig
The configuration of the Kinesis data stream. -
setKinesisStreamConfig
@Stability(Stable) public void setKinesisStreamConfig(@Nullable CfnInstanceStorageConfig.KinesisStreamConfigProperty value) The configuration of the Kinesis data stream. -
getKinesisVideoStreamConfig
The configuration of the Kinesis video stream. -
setKinesisVideoStreamConfig
The configuration of the Kinesis video stream. -
setKinesisVideoStreamConfig
@Stability(Stable) public void setKinesisVideoStreamConfig(@Nullable CfnInstanceStorageConfig.KinesisVideoStreamConfigProperty value) The configuration of the Kinesis video stream. -
getS3Config
The S3 bucket configuration. -
setS3Config
The S3 bucket configuration. -
setS3Config
@Stability(Stable) public void setS3Config(@Nullable CfnInstanceStorageConfig.S3ConfigProperty value) The S3 bucket configuration.
-