Interface CfnServiceNetworkServiceAssociationProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnServiceNetworkServiceAssociationProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:36.009Z") @Stability(Stable) public interface CfnServiceNetworkServiceAssociationProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnServiceNetworkServiceAssociation.

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.*;
 CfnServiceNetworkServiceAssociationProps cfnServiceNetworkServiceAssociationProps = CfnServiceNetworkServiceAssociationProps.builder()
         .dnsEntry(DnsEntryProperty.builder()
                 .domainName("domainName")
                 .hostedZoneId("hostedZoneId")
                 .build())
         .serviceIdentifier("serviceIdentifier")
         .serviceNetworkIdentifier("serviceNetworkIdentifier")
         .tags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .build();
 
  • Method Details

    • getDnsEntry

      @Stability(Stable) @Nullable default Object getDnsEntry()
      AWS::VpcLattice::ServiceNetworkServiceAssociation.DnsEntry.
    • getServiceIdentifier

      @Stability(Stable) @Nullable default String getServiceIdentifier()
      The ID or Amazon Resource Name (ARN) of the service.
    • getServiceNetworkIdentifier

      @Stability(Stable) @Nullable default String getServiceNetworkIdentifier()
      The ID or Amazon Resource Name (ARN) of the service network.

      You must use the ARN if the resources specified in the operation are in different accounts.

    • getTags

      @Stability(Stable) @Nullable default List<CfnTag> getTags()
      The tags for the association.
    • builder

      @Stability(Stable) static CfnServiceNetworkServiceAssociationProps.Builder builder()
      Returns:
      a CfnServiceNetworkServiceAssociationProps.Builder of CfnServiceNetworkServiceAssociationProps