1. Packages
  2. AWS Native
  3. API Docs
  4. vpclattice
  5. ServiceNetworkServiceAssociation

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.vpclattice.ServiceNetworkServiceAssociation

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

    Associates a service with a service network.

    Create ServiceNetworkServiceAssociation Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ServiceNetworkServiceAssociation(name: string, args?: ServiceNetworkServiceAssociationArgs, opts?: CustomResourceOptions);
    @overload
    def ServiceNetworkServiceAssociation(resource_name: str,
                                         args: Optional[ServiceNetworkServiceAssociationArgs] = None,
                                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def ServiceNetworkServiceAssociation(resource_name: str,
                                         opts: Optional[ResourceOptions] = None,
                                         dns_entry: Optional[ServiceNetworkServiceAssociationDnsEntryArgs] = None,
                                         service_identifier: Optional[str] = None,
                                         service_network_identifier: Optional[str] = None,
                                         tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewServiceNetworkServiceAssociation(ctx *Context, name string, args *ServiceNetworkServiceAssociationArgs, opts ...ResourceOption) (*ServiceNetworkServiceAssociation, error)
    public ServiceNetworkServiceAssociation(string name, ServiceNetworkServiceAssociationArgs? args = null, CustomResourceOptions? opts = null)
    public ServiceNetworkServiceAssociation(String name, ServiceNetworkServiceAssociationArgs args)
    public ServiceNetworkServiceAssociation(String name, ServiceNetworkServiceAssociationArgs args, CustomResourceOptions options)
    
    type: aws-native:vpclattice:ServiceNetworkServiceAssociation
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ServiceNetworkServiceAssociationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ServiceNetworkServiceAssociationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ServiceNetworkServiceAssociationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ServiceNetworkServiceAssociationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ServiceNetworkServiceAssociationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ServiceNetworkServiceAssociation Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The ServiceNetworkServiceAssociation resource accepts the following input properties:

    DnsEntry Pulumi.AwsNative.VpcLattice.Inputs.ServiceNetworkServiceAssociationDnsEntry
    The DNS information of the service.
    ServiceIdentifier string
    The ID or Amazon Resource Name (ARN) of the service.
    ServiceNetworkIdentifier string
    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.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags for the association.
    DnsEntry ServiceNetworkServiceAssociationDnsEntryArgs
    The DNS information of the service.
    ServiceIdentifier string
    The ID or Amazon Resource Name (ARN) of the service.
    ServiceNetworkIdentifier string
    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.
    Tags TagArgs
    The tags for the association.
    dnsEntry ServiceNetworkServiceAssociationDnsEntry
    The DNS information of the service.
    serviceIdentifier String
    The ID or Amazon Resource Name (ARN) of the service.
    serviceNetworkIdentifier String
    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.
    tags List<Tag>
    The tags for the association.
    dnsEntry ServiceNetworkServiceAssociationDnsEntry
    The DNS information of the service.
    serviceIdentifier string
    The ID or Amazon Resource Name (ARN) of the service.
    serviceNetworkIdentifier string
    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.
    tags Tag[]
    The tags for the association.
    dns_entry ServiceNetworkServiceAssociationDnsEntryArgs
    The DNS information of the service.
    service_identifier str
    The ID or Amazon Resource Name (ARN) of the service.
    service_network_identifier str
    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.
    tags Sequence[TagArgs]
    The tags for the association.
    dnsEntry Property Map
    The DNS information of the service.
    serviceIdentifier String
    The ID or Amazon Resource Name (ARN) of the service.
    serviceNetworkIdentifier String
    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.
    tags List<Property Map>
    The tags for the association.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ServiceNetworkServiceAssociation resource produces the following output properties:

    Arn string
    The Amazon Resource Name (ARN) of the association between the service network and the service.
    AwsId string
    The ID of the of the association between the service network and the service.
    CreatedAt string
    The date and time that the association was created, specified in ISO-8601 format.
    Id string
    The provider-assigned unique ID for this managed resource.
    ServiceArn string
    The Amazon Resource Name (ARN) of the service.
    ServiceId string
    The ID of the service.
    ServiceName string
    The name of the service.
    ServiceNetworkArn string
    The Amazon Resource Name (ARN) of the service network
    ServiceNetworkId string
    The ID of the service network.
    ServiceNetworkName string
    The name of the service network.
    Status Pulumi.AwsNative.VpcLattice.ServiceNetworkServiceAssociationStatus
    The status of the association between the service network and the service.
    Arn string
    The Amazon Resource Name (ARN) of the association between the service network and the service.
    AwsId string
    The ID of the of the association between the service network and the service.
    CreatedAt string
    The date and time that the association was created, specified in ISO-8601 format.
    Id string
    The provider-assigned unique ID for this managed resource.
    ServiceArn string
    The Amazon Resource Name (ARN) of the service.
    ServiceId string
    The ID of the service.
    ServiceName string
    The name of the service.
    ServiceNetworkArn string
    The Amazon Resource Name (ARN) of the service network
    ServiceNetworkId string
    The ID of the service network.
    ServiceNetworkName string
    The name of the service network.
    Status ServiceNetworkServiceAssociationStatus
    The status of the association between the service network and the service.
    arn String
    The Amazon Resource Name (ARN) of the association between the service network and the service.
    awsId String
    The ID of the of the association between the service network and the service.
    createdAt String
    The date and time that the association was created, specified in ISO-8601 format.
    id String
    The provider-assigned unique ID for this managed resource.
    serviceArn String
    The Amazon Resource Name (ARN) of the service.
    serviceId String
    The ID of the service.
    serviceName String
    The name of the service.
    serviceNetworkArn String
    The Amazon Resource Name (ARN) of the service network
    serviceNetworkId String
    The ID of the service network.
    serviceNetworkName String
    The name of the service network.
    status ServiceNetworkServiceAssociationStatus
    The status of the association between the service network and the service.
    arn string
    The Amazon Resource Name (ARN) of the association between the service network and the service.
    awsId string
    The ID of the of the association between the service network and the service.
    createdAt string
    The date and time that the association was created, specified in ISO-8601 format.
    id string
    The provider-assigned unique ID for this managed resource.
    serviceArn string
    The Amazon Resource Name (ARN) of the service.
    serviceId string
    The ID of the service.
    serviceName string
    The name of the service.
    serviceNetworkArn string
    The Amazon Resource Name (ARN) of the service network
    serviceNetworkId string
    The ID of the service network.
    serviceNetworkName string
    The name of the service network.
    status ServiceNetworkServiceAssociationStatus
    The status of the association between the service network and the service.
    arn str
    The Amazon Resource Name (ARN) of the association between the service network and the service.
    aws_id str
    The ID of the of the association between the service network and the service.
    created_at str
    The date and time that the association was created, specified in ISO-8601 format.
    id str
    The provider-assigned unique ID for this managed resource.
    service_arn str
    The Amazon Resource Name (ARN) of the service.
    service_id str
    The ID of the service.
    service_name str
    The name of the service.
    service_network_arn str
    The Amazon Resource Name (ARN) of the service network
    service_network_id str
    The ID of the service network.
    service_network_name str
    The name of the service network.
    status ServiceNetworkServiceAssociationStatus
    The status of the association between the service network and the service.
    arn String
    The Amazon Resource Name (ARN) of the association between the service network and the service.
    awsId String
    The ID of the of the association between the service network and the service.
    createdAt String
    The date and time that the association was created, specified in ISO-8601 format.
    id String
    The provider-assigned unique ID for this managed resource.
    serviceArn String
    The Amazon Resource Name (ARN) of the service.
    serviceId String
    The ID of the service.
    serviceName String
    The name of the service.
    serviceNetworkArn String
    The Amazon Resource Name (ARN) of the service network
    serviceNetworkId String
    The ID of the service network.
    serviceNetworkName String
    The name of the service network.
    status "CREATE_IN_PROGRESS" | "ACTIVE" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED"
    The status of the association between the service network and the service.

    Supporting Types

    ServiceNetworkServiceAssociationDnsEntry, ServiceNetworkServiceAssociationDnsEntryArgs

    DomainName string
    The domain name of the service.
    HostedZoneId string
    The ID of the hosted zone.
    DomainName string
    The domain name of the service.
    HostedZoneId string
    The ID of the hosted zone.
    domainName String
    The domain name of the service.
    hostedZoneId String
    The ID of the hosted zone.
    domainName string
    The domain name of the service.
    hostedZoneId string
    The ID of the hosted zone.
    domain_name str
    The domain name of the service.
    hosted_zone_id str
    The ID of the hosted zone.
    domainName String
    The domain name of the service.
    hostedZoneId String
    The ID of the hosted zone.

    ServiceNetworkServiceAssociationStatus, ServiceNetworkServiceAssociationStatusArgs

    CreateInProgress
    CREATE_IN_PROGRESS
    Active
    ACTIVE
    DeleteInProgress
    DELETE_IN_PROGRESS
    CreateFailed
    CREATE_FAILED
    DeleteFailed
    DELETE_FAILED
    ServiceNetworkServiceAssociationStatusCreateInProgress
    CREATE_IN_PROGRESS
    ServiceNetworkServiceAssociationStatusActive
    ACTIVE
    ServiceNetworkServiceAssociationStatusDeleteInProgress
    DELETE_IN_PROGRESS
    ServiceNetworkServiceAssociationStatusCreateFailed
    CREATE_FAILED
    ServiceNetworkServiceAssociationStatusDeleteFailed
    DELETE_FAILED
    CreateInProgress
    CREATE_IN_PROGRESS
    Active
    ACTIVE
    DeleteInProgress
    DELETE_IN_PROGRESS
    CreateFailed
    CREATE_FAILED
    DeleteFailed
    DELETE_FAILED
    CreateInProgress
    CREATE_IN_PROGRESS
    Active
    ACTIVE
    DeleteInProgress
    DELETE_IN_PROGRESS
    CreateFailed
    CREATE_FAILED
    DeleteFailed
    DELETE_FAILED
    CREATE_IN_PROGRESS
    CREATE_IN_PROGRESS
    ACTIVE
    ACTIVE
    DELETE_IN_PROGRESS
    DELETE_IN_PROGRESS
    CREATE_FAILED
    CREATE_FAILED
    DELETE_FAILED
    DELETE_FAILED
    "CREATE_IN_PROGRESS"
    CREATE_IN_PROGRESS
    "ACTIVE"
    ACTIVE
    "DELETE_IN_PROGRESS"
    DELETE_IN_PROGRESS
    "CREATE_FAILED"
    CREATE_FAILED
    "DELETE_FAILED"
    DELETE_FAILED

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi