AWS Fundamentals Logo
AWS Fundamentals
AWS::VpcLattice::AuthPolicy

VpcLattice AuthPolicy

Creates or updates the auth policy.

Properties

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

Filter:
PropertyTypeFlags
Policy
object
Required
ResourceIdentifier
string
RequiredCreate-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Statestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::VpcLattice::AuthPolicy

Resources:
  MyResource:
    Type: AWS::VpcLattice::AuthPolicy
    Properties:
      ResourceIdentifier: "my-resourceidentifier"
      Policy: {}

Required IAM Permissions

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

create

vpc-lattice:GetAuthPolicyvpc-lattice:PutAuthPolicy

read

vpc-lattice:GetAuthPolicy

update

vpc-lattice:GetAuthPolicyvpc-lattice:PutAuthPolicy

delete

vpc-lattice:GetAuthPolicyvpc-lattice:DeleteAuthPolicy

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

ServiceVpcLattice
Properties3
Required2
TaggingNot supported
Primary IDResourceIdentifier

Supported Operations

CreateReadUpdateDelete

Immutable After Creation

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

ResourceIdentifier

External Links