AWS::RAM::ResourceShareResource type definition for AWS::RAM::ResourceShare
7 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
AllowExternalPrincipals | boolean | |
PermissionArns | Array<string> | Write-only |
Principals | Array<string> | Write-only |
ResourceArns | Array<string> | Write-only |
Sources | Array<string> | Write-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreationTime | string | The date and time when the resource share was created. |
FeatureSet | string | The feature set of the resource share. |
LastUpdatedTime | string | The date and time when the resource share was last updated. |
OwningAccountId | string | The ID of the AWS account that owns the resource share. |
Status | string | The current status of the resource share. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RAM::ResourceShare
Resources:
MyResource:
Type: AWS::RAM::ResourceShare
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ram:GetResourceSharesram:CreateResourceShareram:TagResourceram:GetPermissionram:GetResourceSharesram:GetResourceShareAssociationsram:ListResourceSharePermissionsram:UpdateResourceShareram:AssociateResourceSharePermissionram:AssociateResourceShareram:DisassociateResourceShareram:GetResourceSharesram:DeleteResourceShareram:GetResourceSharesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn