Class CfnAgentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAgentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAgentProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAgentProps
@Stability(Stable)
@Internal
public static final class CfnAgentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAgentProps
An implementation for
CfnAgentProps-
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.services.quicksight.CfnAgentProps
CfnAgentProps.Builder, CfnAgentProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAgentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAgentProps.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.final List<CfnAgent.AgentTagProperty> 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 theCfnAgentProps.Builder.
-
-
Method Details
-
getAgentId
Description copied from interface:CfnAgentPropsThe unique identifier for the agent.- Specified by:
getAgentIdin interfaceCfnAgentProps- See Also:
-
getAwsAccountId
Description copied from interface:CfnAgentPropsThe ID of the Amazon Web Services account where the agent is being created.- Specified by:
getAwsAccountIdin interfaceCfnAgentProps- See Also:
-
getName
Description copied from interface:CfnAgentPropsThe display name of the agent.- Specified by:
getNamein interfaceCfnAgentProps- See Also:
-
getActionConnectors
Description copied from interface:CfnAgentPropsA list of ActionConnector ARNs (max 10) attached to the agent.- Specified by:
getActionConnectorsin interfaceCfnAgentProps- See Also:
-
getAgentLifecycle
Description copied from interface:CfnAgentPropsThe lifecycle stage of the agent.PREVIEW or PUBLISHED.
- Specified by:
getAgentLifecyclein interfaceCfnAgentProps- See Also:
-
getCustomPromptInput
Description copied from interface:CfnAgentPropsCustom prompt configuration.Specify either ExistingPrompt or NewPrompt.
Returns union: either
IResolvableorCfnAgent.CustomPromptInputProperty- Specified by:
getCustomPromptInputin interfaceCfnAgentProps- See Also:
-
getDescription
Description copied from interface:CfnAgentPropsA description of the agent.- Specified by:
getDescriptionin interfaceCfnAgentProps- See Also:
-
getIconId
Description copied from interface:CfnAgentPropsThe icon identifier for the agent.- Specified by:
getIconIdin interfaceCfnAgentProps- See Also:
-
getSpaces
Description copied from interface:CfnAgentPropsA list of Space ARNs (max 10) attached to the agent.- Specified by:
getSpacesin interfaceCfnAgentProps- See Also:
-
getStarterPrompts
Description copied from interface:CfnAgentPropsA list of up to 3 starter prompts displayed to users.- Specified by:
getStarterPromptsin interfaceCfnAgentProps- See Also:
-
getTags
Description copied from interface:CfnAgentPropsA list of key-value pairs to associate with the agent resource.- Specified by:
getTagsin interfaceCfnAgentProps- See Also:
-
getWelcomeMessage
Description copied from interface:CfnAgentPropsThe welcome message displayed when a user opens the agent.- Specified by:
getWelcomeMessagein interfaceCfnAgentProps- 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()
-