CfnDomainVerificationProps
- class aws_cdk.aws_vpclattice.CfnDomainVerificationProps(*, domain_name, tags=None)
Bases:
objectProperties for defining a
CfnDomainVerification.- Parameters:
domain_name (
str)tags (
Optional[Sequence[Union[CfnTag,Dict[str,Any]]]])
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_vpclattice as vpclattice cfn_domain_verification_props = vpclattice.CfnDomainVerificationProps( domain_name="domainName", # the properties below are optional tags=[CfnTag( key="key", value="value" )] )
Attributes
- domain_name
-
- Type:
see