Class CfnFirewallDomainListProps
Properties for defining a CfnFirewallDomainList.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Route53GlobalResolver
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFirewallDomainListProps : ICfnFirewallDomainListProps
Syntax (vb)
Public Class CfnFirewallDomainListProps Implements ICfnFirewallDomainListProps
Remarks
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 |
Properties
| ClientToken | Properties for defining a |
| Description | Properties for defining a |
| DomainFileUrl | S3 URL to import domains from. |
| Domains | An inline list of domains to use for this domain list. |
| GlobalResolverId | Properties for defining a |
| Name | Properties for defining a |
| Tags | Properties for defining a |
Constructors
CfnFirewallDomainListProps()
Properties for defining a CfnFirewallDomainList.
public CfnFirewallDomainListProps()
Remarks
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
Remarks
Description
Properties for defining a CfnFirewallDomainList.
public string? Description { get; set; }
Property Value
Remarks
DomainFileUrl
S3 URL to import domains from.
public string? DomainFileUrl { get; set; }
Property Value
Remarks
Domains
An inline list of domains to use for this domain list.
public string[]? Domains { get; set; }
Property Value
string[]
Remarks
GlobalResolverId
Properties for defining a CfnFirewallDomainList.
public string GlobalResolverId { get; set; }
Property Value
Remarks
Name
Properties for defining a CfnFirewallDomainList.
public string Name { get; set; }
Property Value
Remarks
Tags
Properties for defining a CfnFirewallDomainList.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]