Interface CfnDataAccessor.DataAccessorIdcTrustedTokenIssuerConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataAccessor.DataAccessorIdcTrustedTokenIssuerConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDataAccessor
@Stability(Stable)
public static interface CfnDataAccessor.DataAccessorIdcTrustedTokenIssuerConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration details for IAM Identity Center Trusted Token Issuer (TTI) authentication.
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.qbusiness.*; DataAccessorIdcTrustedTokenIssuerConfigurationProperty dataAccessorIdcTrustedTokenIssuerConfigurationProperty = DataAccessorIdcTrustedTokenIssuerConfigurationProperty.builder() .idcTrustedTokenIssuerArn("idcTrustedTokenIssuerArn") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnDataAccessor.DataAccessorIdcTrustedTokenIssuerConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The Amazon Resource Name (ARN) of the IAM Identity Center Trusted Token Issuer that will be used for authentication.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIdcTrustedTokenIssuerArn
The Amazon Resource Name (ARN) of the IAM Identity Center Trusted Token Issuer that will be used for authentication.- See Also:
-
builder
@Stability(Stable) static CfnDataAccessor.DataAccessorIdcTrustedTokenIssuerConfigurationProperty.Builder builder()
-