Class CfnResourceShareProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ram.CfnResourceShareProps.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceShareProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResourceShareProps
@Stability(Stable)
@Internal
public static final class CfnResourceShareProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceShareProps
An implementation for
CfnResourceShareProps-
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.ram.CfnResourceShareProps
CfnResourceShareProps.Builder, CfnResourceShareProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnResourceShareProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResourceShareProps.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
-
getName
Description copied from interface:CfnResourceSharePropsSpecifies the name of the resource share.- Specified by:
getNamein interfaceCfnResourceShareProps- See Also:
-
getAllowExternalPrincipals
Description copied from interface:CfnResourceSharePropsSpecifies 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 interfaceCfnResourceShareProps- See Also:
-
getPermissionArns
Description copied from interface:CfnResourceSharePropsSpecifies 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 interfaceCfnResourceShareProps- See Also:
-
getPrincipals
Description copied from interface:CfnResourceSharePropsSpecifies 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 interfaceCfnResourceShareProps- See Also:
-
getResourceArns
Description copied from interface:CfnResourceSharePropsSpecifies a list of one or more ARNs of the resources to associate with the resource share.- Specified by:
getResourceArnsin interfaceCfnResourceShareProps- See Also:
-
getSources
Description copied from interface:CfnResourceSharePropsSpecifies from which source accounts the service principal has access to the resources in this resource share.- Specified by:
getSourcesin interfaceCfnResourceShareProps- See Also:
-
getTags
Description copied from interface:CfnResourceSharePropsSpecifies 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 interfaceCfnResourceShareProps- 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()
-