Class CfnDistributionConfiguration.LaunchPermissionConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.CfnDistributionConfiguration.LaunchPermissionConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDistributionConfiguration.LaunchPermissionConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDistributionConfiguration.LaunchPermissionConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDistributionConfiguration.LaunchPermissionConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDistributionConfiguration.LaunchPermissionConfigurationProperty
An implementation for
CfnDistributionConfiguration.LaunchPermissionConfigurationProperty-
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.imagebuilder.CfnDistributionConfiguration.LaunchPermissionConfigurationProperty
CfnDistributionConfiguration.LaunchPermissionConfigurationProperty.Builder, CfnDistributionConfiguration.LaunchPermissionConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDistributionConfiguration.LaunchPermissionConfigurationProperty.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 booleanThe ARN for an AWS Organizations organizational unit (OU) that you want to share your AMI with.The ARN for an AWS Organization that you want to share your AMI with.The name of the group.The AWS account ID.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
protected Jsii$Proxy(CfnDistributionConfiguration.LaunchPermissionConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDistributionConfiguration.LaunchPermissionConfigurationProperty.Builder.
-
-
Method Details
-
getOrganizationalUnitArns
Description copied from interface:CfnDistributionConfiguration.LaunchPermissionConfigurationPropertyThe ARN for an AWS Organizations organizational unit (OU) that you want to share your AMI with.For more information about key concepts for AWS Organizations , see AWS Organizations terminology and concepts .
- Specified by:
getOrganizationalUnitArnsin interfaceCfnDistributionConfiguration.LaunchPermissionConfigurationProperty- See Also:
-
getOrganizationArns
Description copied from interface:CfnDistributionConfiguration.LaunchPermissionConfigurationPropertyThe ARN for an AWS Organization that you want to share your AMI with.For more information, see What is AWS Organizations ? .
- Specified by:
getOrganizationArnsin interfaceCfnDistributionConfiguration.LaunchPermissionConfigurationProperty- See Also:
-
getUserGroups
Description copied from interface:CfnDistributionConfiguration.LaunchPermissionConfigurationPropertyThe name of the group.- Specified by:
getUserGroupsin interfaceCfnDistributionConfiguration.LaunchPermissionConfigurationProperty- See Also:
-
getUserIds
Description copied from interface:CfnDistributionConfiguration.LaunchPermissionConfigurationPropertyThe AWS account ID.- Specified by:
getUserIdsin interfaceCfnDistributionConfiguration.LaunchPermissionConfigurationProperty- 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()
-