Interface CfnSecurityConfigurationPropsMixin.IAuthenticationConfigurationProperty
Authentication configuration for the security configuration.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EMRContainers
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnSecurityConfigurationPropsMixin.IAuthenticationConfigurationProperty
Syntax (vb)
Public Interface CfnSecurityConfigurationPropsMixin.IAuthenticationConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.EMRContainers;
var authenticationConfigurationProperty = new AuthenticationConfigurationProperty {
IamConfiguration = new Dictionary<string, string?> {
{ "systemRole", "systemRole" }
},
IdentityCenterConfiguration = new IdentityCenterConfigurationProperty {
EnableIdentityCenter = false,
IdentityCenterApplicationAssignmentRequired = false,
IdentityCenterInstanceArn = "identityCenterInstanceArn"
}
};
Synopsis
Properties
| IamConfiguration | IAM configuration. |
| IdentityCenterConfiguration | Identity Center configuration. |
Properties
IamConfiguration
IAM configuration.
object? IamConfiguration { get; }
Property Value
Remarks
Type union: either IResolvable or CfnSecurityConfigurationPropsMixin.IIAMConfigurationProperty
IdentityCenterConfiguration
Identity Center configuration.
object? IdentityCenterConfiguration { get; }
Property Value
Remarks
Type union: either IResolvable or CfnSecurityConfigurationPropsMixin.IIdentityCenterConfigurationProperty