CfnDomainVerificationMixinProps
- class aws_cdk.mixins_preview.aws_vpclattice.mixins.CfnDomainVerificationMixinProps(*, domain_name=None, tags=None)
Bases:
objectProperties for CfnDomainVerificationPropsMixin.
- Parameters:
domain_name (
Optional[str]) – The domain name being verified.tags (
Optional[Sequence[Union[CfnTag,Dict[str,Any]]]]) – The tags associated with the domain verification.
- 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.mixins_preview.aws_vpclattice import mixins as vpclattice_mixins cfn_domain_verification_mixin_props = vpclattice_mixins.CfnDomainVerificationMixinProps( domain_name="domainName", tags=[CfnTag( key="key", value="value" )] )
Attributes
- domain_name
The domain name being verified.
- tags
The tags associated with the domain verification.