AWS Fundamentals Logo
AWS Fundamentals
AWS::VpcLattice::ResourceConfiguration

VpcLattice ResourceConfiguration

VpcLattice ResourceConfiguration CFN resource

Properties

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

Filter:
PropertyTypeFlags
Name
string
Required
ResourceConfigurationType
string
RequiredCreate-only
AllowAssociationToSharableServiceNetwork
boolean
CustomDomainName
string
Create-only
DomainVerificationId
string
Create-only
GroupDomain
string
Create-only
PortRanges
Array<string>
ProtocolType
string
Create-only
ResourceConfigurationAuthType
string
Create-onlyWrite-only
ResourceConfigurationDefinition
object | object | object
ResourceConfigurationGroupId
string
Write-only
ResourceGatewayId
string
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Arnstring-
Idstring-

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::ResourceConfiguration

Resources:
  MyResource:
    Type: AWS::VpcLattice::ResourceConfiguration
    Properties:
      Name: "my-name"
      ResourceConfigurationType: "GROUP"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

read

vpc-lattice:GetResourceConfigurationvpc-lattice:ListTagsForResource

create

ec2:DescribeSubnetsvpc-lattice:CreateResourceConfigurationvpc-lattice:GetResourceConfigurationvpc-lattice:TagResourcevpc-lattice:ListTagsForResource

update

ec2:DescribeSubnetsvpc-lattice:TagResourcevpc-lattice:UntagResourcevpc-lattice:ListTagsForResourcevpc-lattice:UpdateResourceConfigurationvpc-lattice:GetResourceConfiguration

list

vpc-lattice:ListResourceConfigurations

delete

vpc-lattice:DeleteResourceConfigurationvpc-lattice:GetResourceConfigurationvpc-lattice:UntagResource

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
Properties15
Required2
TaggingSupported
Primary IDArn

Supported Operations

ReadCreateUpdateListDelete

Immutable After Creation

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

ResourceGatewayIdResourceConfigurationTypeProtocolTypeResourceConfigurationAuthTypeCustomDomainNameGroupDomainDomainVerificationId

External Links