Class CfnAgentMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAgentMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAgentMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAgentMixinProps
@Stability(Stable)
@Internal
public static final class CfnAgentMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAgentMixinProps
An implementation for
CfnAgentMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAgentMixinProps
CfnAgentMixinProps.Builder, CfnAgentMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAgentMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAgentMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanA list of ActionConnector ARNs (max 10) attached to the agent.final StringThe unique identifier for the agent.final StringThe lifecycle stage of the agent.final StringThe ID of the Amazon Web Services account where the agent is being created.final ObjectCustom prompt configuration.final StringA description of the agent.final StringThe icon identifier for the agent.final StringgetName()The display name of the agent.A list of Space ARNs (max 10) attached to the agent.A list of up to 3 starter prompts displayed to users.getTags()A list of key-value pairs to associate with the agent resource.final StringThe welcome message displayed when a user opens the agent.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAgentMixinProps.Builder.
-
-
Method Details
-
getActionConnectors
Description copied from interface:CfnAgentMixinPropsA list of ActionConnector ARNs (max 10) attached to the agent.- Specified by:
getActionConnectorsin interfaceCfnAgentMixinProps- See Also:
-
getAgentId
Description copied from interface:CfnAgentMixinPropsThe unique identifier for the agent.- Specified by:
getAgentIdin interfaceCfnAgentMixinProps- See Also:
-
getAgentLifecycle
Description copied from interface:CfnAgentMixinPropsThe lifecycle stage of the agent.PREVIEW or PUBLISHED.
- Specified by:
getAgentLifecyclein interfaceCfnAgentMixinProps- See Also:
-
getAwsAccountId
Description copied from interface:CfnAgentMixinPropsThe ID of the Amazon Web Services account where the agent is being created.- Specified by:
getAwsAccountIdin interfaceCfnAgentMixinProps- See Also:
-
getCustomPromptInput
Description copied from interface:CfnAgentMixinPropsCustom prompt configuration.Specify either ExistingPrompt or NewPrompt.
Returns union: either
IResolvableorCfnAgentPropsMixin.CustomPromptInputProperty- Specified by:
getCustomPromptInputin interfaceCfnAgentMixinProps- See Also:
-
getDescription
Description copied from interface:CfnAgentMixinPropsA description of the agent.- Specified by:
getDescriptionin interfaceCfnAgentMixinProps- See Also:
-
getIconId
Description copied from interface:CfnAgentMixinPropsThe icon identifier for the agent.- Specified by:
getIconIdin interfaceCfnAgentMixinProps- See Also:
-
getName
Description copied from interface:CfnAgentMixinPropsThe display name of the agent.- Specified by:
getNamein interfaceCfnAgentMixinProps- See Also:
-
getSpaces
Description copied from interface:CfnAgentMixinPropsA list of Space ARNs (max 10) attached to the agent.- Specified by:
getSpacesin interfaceCfnAgentMixinProps- See Also:
-
getStarterPrompts
Description copied from interface:CfnAgentMixinPropsA list of up to 3 starter prompts displayed to users.- Specified by:
getStarterPromptsin interfaceCfnAgentMixinProps- See Also:
-
getTags
Description copied from interface:CfnAgentMixinPropsA list of key-value pairs to associate with the agent resource.- Specified by:
getTagsin interfaceCfnAgentMixinProps- See Also:
-
getWelcomeMessage
Description copied from interface:CfnAgentMixinPropsThe welcome message displayed when a user opens the agent.- Specified by:
getWelcomeMessagein interfaceCfnAgentMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-