CfnFirewallDomainListMixinProps

class aws_cdk.cfn_property_mixins.aws_route53globalresolver.CfnFirewallDomainListMixinProps(*, client_token=None, description=None, domain_file_url=None, domains=None, global_resolver_id=None, name=None, tags=None)

Bases: object

Properties for CfnFirewallDomainListPropsMixin.

Parameters:
  • client_token (Optional[str])

  • description (Optional[str])

  • domain_file_url (Optional[str]) – S3 URL to import domains from.

  • domains (Optional[Sequence[str]]) – An inline list of domains to use for this domain list.

  • global_resolver_id (Optional[str])

  • name (Optional[str])

  • tags (Optional[Sequence[Union[CfnTag, Dict[str, Any]]]])

See:

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

ExampleMetadata:

fixture=_generated

Example:

from aws_cdk import CfnTag
# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.cfn_property_mixins import aws_route53globalresolver as route53globalresolver

cfn_firewall_domain_list_mixin_props = route53globalresolver.CfnFirewallDomainListMixinProps(
    client_token="clientToken",
    description="description",
    domain_file_url="domainFileUrl",
    domains=["domains"],
    global_resolver_id="globalResolverId",
    name="name",
    tags=[CfnTag(
        key="key",
        value="value"
    )]
)

Attributes

client_token

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

Type:

see

description

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

Type:

see

domain_file_url

S3 URL to import domains from.

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.

See:

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

global_resolver_id

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

Type:

see

name

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

Type:

see

tags

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

Type:

see