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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplication.IamIdentityCenterOptionsPropertystatic final classAn implementation forCfnApplication.IamIdentityCenterOptionsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectIAM Identity Center is enabled for the OpenSearch Application.default StringAmazon Resource Name (ARN) format.default StringAmazon 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
-