Interface CfnApplication.IamIdentityCenterOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplication.IamIdentityCenterOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnApplication
@Stability(Stable)
public static interface CfnApplication.IamIdentityCenterOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Settings for IAM Identity Center for an OpenSearch Application.
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.opensearchservice.*; IamIdentityCenterOptionsProperty iamIdentityCenterOptionsProperty = IamIdentityCenterOptionsProperty.builder() .enabled(false) .iamIdentityCenterInstanceArn("iamIdentityCenterInstanceArn") .iamRoleForIdentityCenterApplicationArn("iamRoleForIdentityCenterApplicationArn") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApplication.IamIdentityCenterOptionsProperty
static final class
An implementation forCfnApplication.IamIdentityCenterOptionsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
IAM Identity Center is enabled for the OpenSearch Application.default String
Amazon Resource Name (ARN) format.default String
Amazon Resource Name of the IAM Identity Center's Application created for the OpenSearch Application after enabling IAM Identity Center.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
IAM Identity Center is enabled for the OpenSearch Application.- See Also:
-
getIamIdentityCenterInstanceArn
Amazon Resource Name (ARN) format.- See Also:
-
getIamRoleForIdentityCenterApplicationArn
Amazon Resource Name of the IAM Identity Center's Application created for the OpenSearch Application after enabling IAM Identity Center.- See Also:
-
builder
-