Show / Hide Table of Contents

Class CfnFirewallDomainListProps

Properties for defining a CfnFirewallDomainList.

Inheritance
object
CfnFirewallDomainListProps
Implements
ICfnFirewallDomainListProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Route53GlobalResolver
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFirewallDomainListProps : ICfnFirewallDomainListProps
Syntax (vb)
Public Class CfnFirewallDomainListProps Implements ICfnFirewallDomainListProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewalldomainlist.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Route53GlobalResolver;

             var cfnFirewallDomainListProps = new CfnFirewallDomainListProps {
                 GlobalResolverId = "globalResolverId",
                 Name = "name",

                 // the properties below are optional
                 ClientToken = "clientToken",
                 Description = "description",
                 DomainFileUrl = "domainFileUrl",
                 Domains = new [] { "domains" },
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Constructors

CfnFirewallDomainListProps()

Properties for defining a CfnFirewallDomainList.

Properties

ClientToken

Properties for defining a CfnFirewallDomainList.

Description

Properties for defining a CfnFirewallDomainList.

DomainFileUrl

S3 URL to import domains from.

Domains

An inline list of domains to use for this domain list.

GlobalResolverId

Properties for defining a CfnFirewallDomainList.

Name

Properties for defining a CfnFirewallDomainList.

Tags

Properties for defining a CfnFirewallDomainList.

Constructors

CfnFirewallDomainListProps()

Properties for defining a CfnFirewallDomainList.

public CfnFirewallDomainListProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewalldomainlist.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Route53GlobalResolver;

             var cfnFirewallDomainListProps = new CfnFirewallDomainListProps {
                 GlobalResolverId = "globalResolverId",
                 Name = "name",

                 // the properties below are optional
                 ClientToken = "clientToken",
                 Description = "description",
                 DomainFileUrl = "domainFileUrl",
                 Domains = new [] { "domains" },
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Properties

ClientToken

Properties for defining a CfnFirewallDomainList.

public string? ClientToken { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewalldomainlist.html#cfn-route53globalresolver-firewalldomainlist-clienttoken

Description

Properties for defining a CfnFirewallDomainList.

public string? Description { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewalldomainlist.html#cfn-route53globalresolver-firewalldomainlist-description

DomainFileUrl

S3 URL to import domains from.

public string? DomainFileUrl { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewalldomainlist.html#cfn-route53globalresolver-firewalldomainlist-domainfileurl

Domains

An inline list of domains to use for this domain list.

public string[]? Domains { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewalldomainlist.html#cfn-route53globalresolver-firewalldomainlist-domains

GlobalResolverId

Properties for defining a CfnFirewallDomainList.

public string GlobalResolverId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewalldomainlist.html#cfn-route53globalresolver-firewalldomainlist-globalresolverid

Name

Properties for defining a CfnFirewallDomainList.

public string Name { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewalldomainlist.html#cfn-route53globalresolver-firewalldomainlist-name

Tags

Properties for defining a CfnFirewallDomainList.

public ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53globalresolver-firewalldomainlist.html#cfn-route53globalresolver-firewalldomainlist-tags

Implements

ICfnFirewallDomainListProps
Back to top Generated by DocFX