@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.768Z") @Stability(value=Stable) public interface CfnInstanceProps extends software.amazon.jsii.JsiiSerializable
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.*;
CfnInstanceProps cfnInstanceProps = CfnInstanceProps.builder()
.attributes(AttributesProperty.builder()
.inboundCalls(false)
.outboundCalls(false)
// the properties below are optional
.autoResolveBestVoices(false)
.contactflowLogs(false)
.contactLens(false)
.earlyMedia(false)
.useCustomTtsVoices(false)
.build())
.identityManagementType("identityManagementType")
// the properties below are optional
.directoryId("directoryId")
.instanceAlias("instanceAlias")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInstanceProps.Builder
A builder for
CfnInstanceProps |
static class |
CfnInstanceProps.Jsii$Proxy
An implementation for
CfnInstanceProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnInstanceProps.Builder |
builder() |
Object |
getAttributes()
`AWS::Connect::Instance.Attributes`.
|
default String |
getDirectoryId()
`AWS::Connect::Instance.DirectoryId`.
|
String |
getIdentityManagementType()
`AWS::Connect::Instance.IdentityManagementType`.
|
default String |
getInstanceAlias()
`AWS::Connect::Instance.InstanceAlias`.
|
@Stability(value=Stable) @NotNull Object getAttributes()
@Stability(value=Stable) @NotNull String getIdentityManagementType()
@Stability(value=Stable) @Nullable default String getDirectoryId()
@Stability(value=Stable) @Nullable default String getInstanceAlias()
@Stability(value=Stable) static CfnInstanceProps.Builder builder()
CfnInstanceProps.Builder of CfnInstancePropsCopyright © 2022. All rights reserved.