Class CfnSecurityConfigurationMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.emrcontainers.CfnSecurityConfigurationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSecurityConfigurationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSecurityConfigurationMixinProps
@Stability(Stable)
@Internal
public static final class CfnSecurityConfigurationMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSecurityConfigurationMixinProps
An implementation for
CfnSecurityConfigurationMixinProps-
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.cfnpropertymixins.services.emrcontainers.CfnSecurityConfigurationMixinProps
CfnSecurityConfigurationMixinProps.Builder, CfnSecurityConfigurationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSecurityConfigurationMixinProps.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 theCfnSecurityConfigurationMixinProps.Builder.
-
-
Method Details
-
getContainerProvider
Description copied from interface:CfnSecurityConfigurationMixinPropsContainer provider information.Returns union: either
IResolvableorCfnSecurityConfigurationPropsMixin.ContainerProviderProperty- Specified by:
getContainerProviderin interfaceCfnSecurityConfigurationMixinProps- See Also:
-
getName
Description copied from interface:CfnSecurityConfigurationMixinPropsThe name of the security configuration.- Specified by:
getNamein interfaceCfnSecurityConfigurationMixinProps- See Also:
-
getSecurityConfigurationData
Description copied from interface:CfnSecurityConfigurationMixinPropsSecurity configuration data containing encryption and authorization settings.Returns union: either
IResolvableorCfnSecurityConfigurationPropsMixin.SecurityConfigurationDataProperty- Specified by:
getSecurityConfigurationDatain interfaceCfnSecurityConfigurationMixinProps- See Also:
-
getTags
Description copied from interface:CfnSecurityConfigurationMixinPropsAn array of key-value pairs to apply to this security configuration.- Specified by:
getTagsin interfaceCfnSecurityConfigurationMixinProps- 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()
-