Class CfnSecurityConfigurationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.emrcontainers.CfnSecurityConfigurationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSecurityConfigurationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSecurityConfigurationProps
@Stability(Stable)
@Internal
public static final class CfnSecurityConfigurationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSecurityConfigurationProps
An implementation for
CfnSecurityConfigurationProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.emrcontainers.CfnSecurityConfigurationProps
CfnSecurityConfigurationProps.Builder, CfnSecurityConfigurationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSecurityConfigurationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectContainer provider information.final StringgetName()The name of the security configuration.final ObjectSecurity configuration data containing encryption and authorization settings.getTags()An array of key-value pairs to apply to this security configuration.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnSecurityConfigurationProps.Builder.
-
-
Method Details
-
getSecurityConfigurationData
Description copied from interface:CfnSecurityConfigurationPropsSecurity configuration data containing encryption and authorization settings.Returns union: either
IResolvableorCfnSecurityConfiguration.SecurityConfigurationDataProperty- Specified by:
getSecurityConfigurationDatain interfaceCfnSecurityConfigurationProps- See Also:
-
getContainerProvider
Description copied from interface:CfnSecurityConfigurationPropsContainer provider information.Returns union: either
IResolvableorCfnSecurityConfiguration.ContainerProviderProperty- Specified by:
getContainerProviderin interfaceCfnSecurityConfigurationProps- See Also:
-
getName
Description copied from interface:CfnSecurityConfigurationPropsThe name of the security configuration.- Specified by:
getNamein interfaceCfnSecurityConfigurationProps- See Also:
-
getTags
Description copied from interface:CfnSecurityConfigurationPropsAn array of key-value pairs to apply to this security configuration.- Specified by:
getTagsin interfaceCfnSecurityConfigurationProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-