Class CfnDomainVerification

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IInspectable, IEnvironmentAware, IDomainVerificationRef, ITaggableV2, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)", date="2025-11-20T23:37:31.688Z") @Stability(Stable) public class CfnDomainVerification extends CfnResource implements IInspectable, IDomainVerificationRef, ITaggableV2
Creates a Lattice Domain Verification.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.vpclattice.*;
 CfnDomainVerification cfnDomainVerification = CfnDomainVerification.Builder.create(this, "MyCfnDomainVerification")
         .domainName("domainName")
         // the properties below are optional
         .tags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .build();
 

See Also:
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnDomainVerification

      protected CfnDomainVerification(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnDomainVerification

      protected CfnDomainVerification(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnDomainVerification

      @Stability(Stable) public CfnDomainVerification(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnDomainVerificationProps props)
      Create a new AWS::VpcLattice::DomainVerification.

      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
      props - Resource properties. This parameter is required.
  • Method Details

    • arnForDomainVerification

      @Stability(Stable) @NotNull public static String arnForDomainVerification(@NotNull IDomainVerificationRef resource)
      Parameters:
      resource - This parameter is required.
    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      Parameters:
      inspector - tree inspector to collect and process attributes. This parameter is required.
    • renderProperties

      @Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
      Overrides:
      renderProperties in class CfnResource
      Parameters:
      props - This parameter is required.
    • getAttrArn

      @Stability(Stable) @NotNull public String getAttrArn()
    • getAttrId

      @Stability(Stable) @NotNull public String getAttrId()
    • getAttrStatus

      @Stability(Stable) @NotNull public String getAttrStatus()
    • getAttrTxtMethodConfig

      @Stability(Stable) @NotNull public IResolvable getAttrTxtMethodConfig()
    • getCdkTagManager

      @Stability(Stable) @NotNull public TagManager getCdkTagManager()
      Tag Manager which manages the tags for this resource.
      Specified by:
      getCdkTagManager in interface ITaggableV2
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getDomainVerificationRef

      @Stability(Stable) @NotNull public DomainVerificationReference getDomainVerificationRef()
      A reference to a DomainVerification resource.
      Specified by:
      getDomainVerificationRef in interface IDomainVerificationRef
    • getDomainName

      @Stability(Stable) @NotNull public String getDomainName()
    • setDomainName

      @Stability(Stable) public void setDomainName(@NotNull String value)
    • getTags

      @Stability(Stable) @Nullable public List<CfnTag> getTags()
    • setTags

      @Stability(Stable) public void setTags(@Nullable List<CfnTag> value)