Class CfnApplicationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationMixinProps
CfnApplicationMixinProps-
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.mixins.preview.services.qbusiness.mixins.CfnApplicationMixinProps
CfnApplicationMixinProps.Builder, CfnApplicationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationMixinProps.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 booleanfinal ObjectConfiguration information for the file upload during chat feature.final ObjectSubscription configuration information for an Amazon Q Business application using IAM identity federation for user management.The OIDC client ID for a Amazon Q Business application.final StringA description for the Amazon Q Business application.final StringThe name of the Amazon Q Business application.final ObjectProvides the identifier of the AWS key used to encrypt data indexed by Amazon Q Business.final StringThe Amazon Resource Name (ARN) of an identity provider being used by an Amazon Q Business application.final StringThe Amazon Resource Name (ARN) of the IAM Identity Center instance you are either creating for—or connecting to—your Amazon Q Business application.final StringThe authentication type being used by a Amazon Q Business application.final ObjectConfiguration information about chat response personalization.final ObjectConfiguration information about Amazon Q Apps.final ObjectThe Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider.final StringThe Amazon Resource Name (ARN) of an IAM role with permissions to access your Amazon CloudWatch logs and metrics.getTags()A list of key-value pairs that identify or categorize your Amazon Q Business application.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 theCfnApplicationMixinProps.Builder.
-
-
Method Details
-
getAttachmentsConfiguration
Description copied from interface:CfnApplicationMixinPropsConfiguration information for the file upload during chat feature.Returns union: either
IResolvableorCfnApplicationPropsMixin.AttachmentsConfigurationProperty- Specified by:
getAttachmentsConfigurationin interfaceCfnApplicationMixinProps- See Also:
-
getAutoSubscriptionConfiguration
Description copied from interface:CfnApplicationMixinPropsSubscription configuration information for an Amazon Q Business application using IAM identity federation for user management.Returns union: either
IResolvableorCfnApplicationPropsMixin.AutoSubscriptionConfigurationProperty- Specified by:
getAutoSubscriptionConfigurationin interfaceCfnApplicationMixinProps- See Also:
-
getClientIdsForOidc
Description copied from interface:CfnApplicationMixinPropsThe OIDC client ID for a Amazon Q Business application.- Specified by:
getClientIdsForOidcin interfaceCfnApplicationMixinProps- See Also:
-
getDescription
Description copied from interface:CfnApplicationMixinPropsA description for the Amazon Q Business application.- Specified by:
getDescriptionin interfaceCfnApplicationMixinProps- See Also:
-
getDisplayName
Description copied from interface:CfnApplicationMixinPropsThe name of the Amazon Q Business application.- Specified by:
getDisplayNamein interfaceCfnApplicationMixinProps- See Also:
-
getEncryptionConfiguration
Description copied from interface:CfnApplicationMixinPropsProvides the identifier of the AWS key used to encrypt data indexed by Amazon Q Business.Amazon Q Business doesn't support asymmetric keys.
Returns union: either
IResolvableorCfnApplicationPropsMixin.EncryptionConfigurationProperty- Specified by:
getEncryptionConfigurationin interfaceCfnApplicationMixinProps- See Also:
-
getIamIdentityProviderArn
Description copied from interface:CfnApplicationMixinPropsThe Amazon Resource Name (ARN) of an identity provider being used by an Amazon Q Business application.- Specified by:
getIamIdentityProviderArnin interfaceCfnApplicationMixinProps- See Also:
-
getIdentityCenterInstanceArn
Description copied from interface:CfnApplicationMixinPropsThe Amazon Resource Name (ARN) of the IAM Identity Center instance you are either creating for—or connecting to—your Amazon Q Business application.Required :
Yes- Specified by:
getIdentityCenterInstanceArnin interfaceCfnApplicationMixinProps- See Also:
-
getIdentityType
Description copied from interface:CfnApplicationMixinPropsThe authentication type being used by a Amazon Q Business application.- Specified by:
getIdentityTypein interfaceCfnApplicationMixinProps- See Also:
-
getPersonalizationConfiguration
Description copied from interface:CfnApplicationMixinPropsConfiguration information about chat response personalization.For more information, see Personalizing chat responses .
Returns union: either
IResolvableorCfnApplicationPropsMixin.PersonalizationConfigurationProperty- Specified by:
getPersonalizationConfigurationin interfaceCfnApplicationMixinProps- See Also:
-
getQAppsConfiguration
Description copied from interface:CfnApplicationMixinPropsConfiguration information about Amazon Q Apps.Returns union: either
IResolvableorCfnApplicationPropsMixin.QAppsConfigurationProperty- Specified by:
getQAppsConfigurationin interfaceCfnApplicationMixinProps- See Also:
-
getQuickSightConfiguration
Description copied from interface:CfnApplicationMixinPropsThe Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider.Returns union: either
IResolvableorCfnApplicationPropsMixin.QuickSightConfigurationProperty- Specified by:
getQuickSightConfigurationin interfaceCfnApplicationMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnApplicationMixinPropsThe Amazon Resource Name (ARN) of an IAM role with permissions to access your Amazon CloudWatch logs and metrics.If this property is not specified, Amazon Q Business will create a service linked role (SLR) and use it as the application's role.
- Specified by:
getRoleArnin interfaceCfnApplicationMixinProps- See Also:
-
getTags
Description copied from interface:CfnApplicationMixinPropsA list of key-value pairs that identify or categorize your Amazon Q Business application.You can also use tags to help control access to the application. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + -
- Specified by:
getTagsin interfaceCfnApplicationMixinProps- 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()
-