Interface CfnSecurityConfigurationMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSecurityConfigurationMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:59.310Z")
@Stability(Stable)
public interface CfnSecurityConfigurationMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnSecurityConfigurationPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.emr.*;
Object securityConfiguration;
CfnSecurityConfigurationMixinProps cfnSecurityConfigurationMixinProps = CfnSecurityConfigurationMixinProps.builder()
.name("name")
.securityConfiguration(securityConfiguration)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnSecurityConfigurationMixinPropsstatic final classAn implementation forCfnSecurityConfigurationMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the security configuration.- See Also:
-
getSecurityConfiguration
The security configuration details in JSON format.For JSON parameters and examples, see Use Security Configurations to Set Up Cluster Security in the Amazon EMR Management Guide .
- See Also:
-
builder
-