AWS::IoTSiteWise::AccessPolicyResource schema for AWS::IoTSiteWise::AccessPolicy
3 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AccessPolicyIdentity | AccessPolicyIdentity | Required |
AccessPolicyPermission | string | Required |
AccessPolicyResource | AccessPolicyResource | Required |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AccessPolicyArn | string | The ARN of the access policy. |
AccessPolicyId | string | The ID of the access policy. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTSiteWise::AccessPolicy
Resources:
MyResource:
Type: AWS::IoTSiteWise::AccessPolicy
Properties:
AccessPolicyIdentity: "my-accesspolicyidentity"
AccessPolicyPermission: "value"
AccessPolicyResource: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
iotsitewise:CreateAccessPolicyiotsitewise:DescribeAccessPolicyiotsitewise:DescribeAccessPolicyiotsitewise:UpdateAccessPolicyiotsitewise:DescribeAccessPolicyiotsitewise:DeleteAccessPolicyiotsitewise:ListAccessPoliciesiotsitewise:ListProjectsiotsitewise:ListPortalsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAccessPolicyId