Class CfnAppInstanceBot
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.chime.CfnAppInstanceBot
- All Implemented Interfaces:
IInspectable,IAppInstanceBotRef,IEnvironmentAware,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.129.0 (build eaca441)",
date="2026-05-13T16:55:04.690Z")
@Stability(Stable)
public class CfnAppInstanceBot
extends CfnResource
implements IInspectable, IAppInstanceBotRef, ITaggableV2
Resource Type definition for AWS::Chime::AppInstanceBot.
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.chime.*;
CfnAppInstanceBot cfnAppInstanceBot = CfnAppInstanceBot.Builder.create(this, "MyCfnAppInstanceBot")
.appInstanceArn("appInstanceArn")
.configuration(ConfigurationProperty.builder()
.lex(LexConfigurationProperty.builder()
.lexBotAliasArn("lexBotAliasArn")
.localeId("localeId")
// the properties below are optional
.invokedBy(InvokedByProperty.builder()
.standardMessages("standardMessages")
.targetedMessages("targetedMessages")
.build())
.respondsTo("respondsTo")
.welcomeIntent("welcomeIntent")
.build())
.build())
// the properties below are optional
.metadata("metadata")
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnAppInstanceBot.static interfaceA structure that contains configuration data.static interfaceSpecifies the type of message that triggers a bot.static interfaceThe configuration for an Amazon Lex V2 bot.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.chime.IAppInstanceBotRef
IAppInstanceBotRef.Jsii$Default, IAppInstanceBotRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnAppInstanceBot(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnAppInstanceBot(software.amazon.jsii.JsiiObjectRef objRef) CfnAppInstanceBot(software.constructs.Construct scope, String id, CfnAppInstanceBotProps props) Create a newAWS::Chime::AppInstanceBot. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringarnForAppInstanceBot(IAppInstanceBotRef resource) The ARN of the AppInstance.A reference to a AppInstanceBot resource.The ARN of the AppInstanceBot.The time at which the AppInstanceBot was created.The time at which the AppInstanceBot was last updated.Tag Manager which manages the tags for this resource.A structure that contains configuration data.The metadata of the AppInstanceBot.getName()The name of the AppInstanceBot.getTags()The tags assigned to the AppInstanceBot.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnAppInstanceBot.renderProperties(Map<String, Object> props) voidsetAppInstanceArn(String value) The ARN of the AppInstance.voidsetConfiguration(IResolvable value) A structure that contains configuration data.voidA structure that contains configuration data.voidsetMetadata(String value) The metadata of the AppInstanceBot.voidThe name of the AppInstanceBot.voidThe tags assigned to the AppInstanceBot.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, cfnPropertyName, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, withMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods 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
-
CfnAppInstanceBot
protected CfnAppInstanceBot(software.amazon.jsii.JsiiObjectRef objRef) -
CfnAppInstanceBot
protected CfnAppInstanceBot(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnAppInstanceBot
@Stability(Stable) public CfnAppInstanceBot(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnAppInstanceBotProps props) Create a newAWS::Chime::AppInstanceBot.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
arnForAppInstanceBot
@Stability(Stable) @NotNull public static String arnForAppInstanceBot(@NotNull IAppInstanceBotRef resource) - Parameters:
resource- This parameter is required.
-
isCfnAppInstanceBot
Checks whether the given object is a CfnAppInstanceBot.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAppInstanceBotRef
A reference to a AppInstanceBot resource.- Specified by:
getAppInstanceBotRefin interfaceIAppInstanceBotRef
-
getAttrAppInstanceBotArn
The ARN of the AppInstanceBot. -
getAttrCreatedTimestamp
The time at which the AppInstanceBot was created.In epoch milliseconds.
-
getAttrLastUpdatedTimestamp
The time at which the AppInstanceBot was last updated.In epoch milliseconds.
-
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getCfnPropertyNames
- Overrides:
getCfnPropertyNamesin classCfnResource
-
getAppInstanceArn
The ARN of the AppInstance. -
setAppInstanceArn
The ARN of the AppInstance. -
getConfiguration
A structure that contains configuration data.Returns union: either
IResolvableorCfnAppInstanceBot.ConfigurationProperty -
setConfiguration
A structure that contains configuration data. -
setConfiguration
@Stability(Stable) public void setConfiguration(@NotNull CfnAppInstanceBot.ConfigurationProperty value) A structure that contains configuration data. -
getMetadata
The metadata of the AppInstanceBot. -
setMetadata
The metadata of the AppInstanceBot. -
getName
The name of the AppInstanceBot. -
setName
The name of the AppInstanceBot. -
getTags
The tags assigned to the AppInstanceBot. -
setTags
The tags assigned to the AppInstanceBot.
-