AWS Fundamentals Logo
AWS Fundamentals
AWS::APS::ResourcePolicy

APS ResourcePolicy

Resource Type definition for AWS::APS::ResourcePolicy

Properties

2 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
PolicyDocument
string
Required
WorkspaceArn
string
RequiredCreate-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::APS::ResourcePolicy

Resources:
  MyResource:
    Type: AWS::APS::ResourcePolicy
    Properties:
      WorkspaceArn: "arn:aws:service:region:account:resource"
      PolicyDocument: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

aps:PutResourcePolicyaps:DescribeResourcePolicy

read

aps:DescribeResourcePolicy

update

aps:PutResourcePolicyaps:DescribeResourcePolicy

delete

aps:DeleteResourcePolicyaps:DescribeResourcePolicy

list

aps:DescribeResourcePolicyaps:ListWorkspaces

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceAPS
Properties2
Required2
TaggingNot supported
Primary IDWorkspaceArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

WorkspaceArn

External Links