Class CfnResourceShareMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ram.CfnResourceShareMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceShareMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResourceShareMixinProps
@Stability(Stable)
@Internal
public static final class CfnResourceShareMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceShareMixinProps
An implementation for
CfnResourceShareMixinProps-
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.ram.CfnResourceShareMixinProps
CfnResourceShareMixinProps.Builder, CfnResourceShareMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResourceShareMixinProps.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 ObjectSpecifies whether principals outside your organization in AWS Organizations can be associated with a resource share.final StringgetName()Specifies the name of the resource share.Specifies the Amazon Resource Names (ARNs) of the AWS RAM permission to associate with the resource share.Specifies the principals to associate with the resource share.Specifies a list of one or more ARNs of the resources to associate with the resource share.Specifies from which source accounts the service principal has access to the resources in this resource share.getTags()Specifies one or more tags to attach to the resource share itself.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.
-
-
Method Details
-
getAllowExternalPrincipals
Description copied from interface:CfnResourceShareMixinPropsSpecifies whether principals outside your organization in AWS Organizations can be associated with a resource share.A value of
truelets you share with individual AWS accounts that are not in your organization. A value offalseonly has meaning if your account is a member of an AWS Organization. The default value istrue.Returns union: either
BooleanorIResolvable- Specified by:
getAllowExternalPrincipalsin interfaceCfnResourceShareMixinProps- See Also:
-
getName
Description copied from interface:CfnResourceShareMixinPropsSpecifies the name of the resource share.- Specified by:
getNamein interfaceCfnResourceShareMixinProps- See Also:
-
getPermissionArns
Description copied from interface:CfnResourceShareMixinPropsSpecifies the Amazon Resource Names (ARNs) of the AWS RAM permission to associate with the resource share. If you do not specify an ARN for the permission, AWS RAM automatically attaches the default version of the permission for each resource type. You can associate only one permission with each resource type included in the resource share.- Specified by:
getPermissionArnsin interfaceCfnResourceShareMixinProps- See Also:
-
getPrincipals
Description copied from interface:CfnResourceShareMixinPropsSpecifies the principals to associate with the resource share. The possible values are:.- An AWS account ID
- An Amazon Resource Name (ARN) of an organization in AWS Organizations
- An ARN of an organizational unit (OU) in AWS Organizations
- An ARN of an IAM role
- An ARN of an IAM user
Not all resource types can be shared with IAM roles and users. For more information, see the column Can share with IAM roles and users in the tables on Shareable AWS resources in the AWS Resource Access Manager User Guide .
- Specified by:
getPrincipalsin interfaceCfnResourceShareMixinProps- See Also:
-
getResourceArns
Description copied from interface:CfnResourceShareMixinPropsSpecifies a list of one or more ARNs of the resources to associate with the resource share.- Specified by:
getResourceArnsin interfaceCfnResourceShareMixinProps- See Also:
-
getSources
Description copied from interface:CfnResourceShareMixinPropsSpecifies from which source accounts the service principal has access to the resources in this resource share.- Specified by:
getSourcesin interfaceCfnResourceShareMixinProps- See Also:
-
getTags
Description copied from interface:CfnResourceShareMixinPropsSpecifies one or more tags to attach to the resource share itself.It doesn't attach the tags to the resources associated with the resource share.
- Specified by:
getTagsin interfaceCfnResourceShareMixinProps- 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()
-