AWS::Route53GlobalResolver::AccessSourceResource schema for AWS::Route53GlobalResolver::AccessSource
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Cidr | string | Required |
DnsViewId | string | RequiredCreate-only |
Protocol | string | Required |
ClientToken | string | Create-onlyWrite-only |
IpAddressType | string | |
Name | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AccessSourceId | string | - |
Arn | string | - |
CreatedAt | string | - |
Status | string | - |
UpdatedAt | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53GlobalResolver::AccessSource
Resources:
MyResource:
Type: AWS::Route53GlobalResolver::AccessSource
Properties:
Cidr: "my-cidr"
DnsViewId: "my-dnsviewid"
Protocol: "value"
Tags:
- Key: Environment
Value: Production
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
route53globalresolver:CreateAccessSourceroute53globalresolver:GetAccessSourceroute53globalresolver:TagResourceroute53globalresolver:UntagResourceroute53globalresolver:ListTagsForResourceroute53globalresolver:GetAccessSourceroute53globalresolver:ListTagsForResourceroute53globalresolver:UpdateAccessSourceroute53globalresolver:GetAccessSourceroute53globalresolver:TagResourceroute53globalresolver:UntagResourceroute53globalresolver:ListTagsForResourceroute53globalresolver:DeleteAccessSourceroute53globalresolver:GetAccessSourceroute53globalresolver:ListAccessSourcesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAccessSourceIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DnsViewIdClientToken