Class CfnSecurityConfigPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.opensearchserverless.CfnSecurityConfigPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSecurityConfigPropsMixin>
- Enclosing class:
CfnSecurityConfigPropsMixin
@Stability(Stable)
public static final class CfnSecurityConfigPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSecurityConfigPropsMixin>
A fluent builder for
CfnSecurityConfigPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) The description of the security configuration.iamFederationOptions(CfnSecurityConfigPropsMixin.IamFederationConfigOptionsProperty iamFederationOptions) Describes IAM federation options in the form of a key-value map.iamFederationOptions(IResolvable iamFederationOptions) Describes IAM federation options in the form of a key-value map.iamIdentityCenterOptions(CfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty iamIdentityCenterOptions) Describes IAM Identity Center options in the form of a key-value map.iamIdentityCenterOptions(IResolvable iamIdentityCenterOptions) Describes IAM Identity Center options in the form of a key-value map.The name of the security configuration.SAML options for the security configuration in the form of a key-value map.samlOptions(IResolvable samlOptions) SAML options for the security configuration in the form of a key-value map.The type of security configuration.
-
Method Details
-
create
@Stability(Stable) public static CfnSecurityConfigPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnSecurityConfigPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnSecurityConfigPropsMixin.Builder.
-
description
The description of the security configuration.- Parameters:
description- The description of the security configuration. This parameter is required.- Returns:
this- See Also:
-
iamFederationOptions
@Stability(Stable) public CfnSecurityConfigPropsMixin.Builder iamFederationOptions(IResolvable iamFederationOptions) Describes IAM federation options in the form of a key-value map.Contains configuration details about how OpenSearch Serverless integrates with external identity providers through federation.
- Parameters:
iamFederationOptions- Describes IAM federation options in the form of a key-value map. This parameter is required.- Returns:
this- See Also:
-
iamFederationOptions
@Stability(Stable) public CfnSecurityConfigPropsMixin.Builder iamFederationOptions(CfnSecurityConfigPropsMixin.IamFederationConfigOptionsProperty iamFederationOptions) Describes IAM federation options in the form of a key-value map.Contains configuration details about how OpenSearch Serverless integrates with external identity providers through federation.
- Parameters:
iamFederationOptions- Describes IAM federation options in the form of a key-value map. This parameter is required.- Returns:
this- See Also:
-
iamIdentityCenterOptions
@Stability(Stable) public CfnSecurityConfigPropsMixin.Builder iamIdentityCenterOptions(IResolvable iamIdentityCenterOptions) Describes IAM Identity Center options in the form of a key-value map.- Parameters:
iamIdentityCenterOptions- Describes IAM Identity Center options in the form of a key-value map. This parameter is required.- Returns:
this- See Also:
-
iamIdentityCenterOptions
@Stability(Stable) public CfnSecurityConfigPropsMixin.Builder iamIdentityCenterOptions(CfnSecurityConfigPropsMixin.IamIdentityCenterConfigOptionsProperty iamIdentityCenterOptions) Describes IAM Identity Center options in the form of a key-value map.- Parameters:
iamIdentityCenterOptions- Describes IAM Identity Center options in the form of a key-value map. This parameter is required.- Returns:
this- See Also:
-
name
The name of the security configuration.- Parameters:
name- The name of the security configuration. This parameter is required.- Returns:
this- See Also:
-
samlOptions
SAML options for the security configuration in the form of a key-value map.- Parameters:
samlOptions- SAML options for the security configuration in the form of a key-value map. This parameter is required.- Returns:
this- See Also:
-
samlOptions
@Stability(Stable) public CfnSecurityConfigPropsMixin.Builder samlOptions(CfnSecurityConfigPropsMixin.SamlConfigOptionsProperty samlOptions) SAML options for the security configuration in the form of a key-value map.- Parameters:
samlOptions- SAML options for the security configuration in the form of a key-value map. This parameter is required.- Returns:
this- See Also:
-
type
The type of security configuration.Currently the only option is
saml.- Parameters:
type- The type of security configuration. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSecurityConfigPropsMixin>- Returns:
- a newly built instance of
CfnSecurityConfigPropsMixin.
-