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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.vpclattice.ServiceNetworkServiceAssociation

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const serviceNetworkServiceAssociationResource = new aws_native.vpclattice.ServiceNetworkServiceAssociation("serviceNetworkServiceAssociationResource", {
        dnsEntry: {
            domainName: "string",
            hostedZoneId: "string",
        },
        serviceIdentifier: "string",
        serviceNetworkIdentifier: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    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:

    Outputs

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

    Arn string
    AwsId string
    CreatedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    ServiceArn string
    ServiceId string
    ServiceName string
    ServiceNetworkArn string
    ServiceNetworkId string
    ServiceNetworkName string
    Status Pulumi.AwsNative.VpcLattice.ServiceNetworkServiceAssociationStatus
    Arn string
    AwsId string
    CreatedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    ServiceArn string
    ServiceId string
    ServiceName string
    ServiceNetworkArn string
    ServiceNetworkId string
    ServiceNetworkName string
    Status ServiceNetworkServiceAssociationStatus
    arn String
    awsId String
    createdAt String
    id String
    The provider-assigned unique ID for this managed resource.
    serviceArn String
    serviceId String
    serviceName String
    serviceNetworkArn String
    serviceNetworkId String
    serviceNetworkName String
    status ServiceNetworkServiceAssociationStatus
    arn string
    awsId string
    createdAt string
    id string
    The provider-assigned unique ID for this managed resource.
    serviceArn string
    serviceId string
    serviceName string
    serviceNetworkArn string
    serviceNetworkId string
    serviceNetworkName string
    status ServiceNetworkServiceAssociationStatus

    Supporting Types

    ServiceNetworkServiceAssociationDnsEntry, ServiceNetworkServiceAssociationDnsEntryArgs

    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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi