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

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.Service

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

    A service is any software application that can run on instances containers, or serverless functions within an account or virtual private cloud (VPC).

    Create Service Resource

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

    Constructor syntax

    new Service(name: string, args?: ServiceArgs, opts?: CustomResourceOptions);
    @overload
    def Service(resource_name: str,
                args: Optional[ServiceArgs] = None,
                opts: Optional[ResourceOptions] = None)
    
    @overload
    def Service(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                auth_type: Optional[ServiceAuthType] = None,
                certificate_arn: Optional[str] = None,
                custom_domain_name: Optional[str] = None,
                dns_entry: Optional[ServiceDnsEntryArgs] = None,
                name: Optional[str] = None,
                tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewService(ctx *Context, name string, args *ServiceArgs, opts ...ResourceOption) (*Service, error)
    public Service(string name, ServiceArgs? args = null, CustomResourceOptions? opts = null)
    public Service(String name, ServiceArgs args)
    public Service(String name, ServiceArgs args, CustomResourceOptions options)
    
    type: aws-native:vpclattice:Service
    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 ServiceArgs
    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 ServiceArgs
    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 ServiceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ServiceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ServiceArgs
    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 exampleserviceResourceResourceFromVpclattice = new aws_native.vpclattice.Service("exampleserviceResourceResourceFromVpclattice", {
        authType: aws_native.vpclattice.ServiceAuthType.None,
        certificateArn: "string",
        customDomainName: "string",
        dnsEntry: {
            domainName: "string",
            hostedZoneId: "string",
        },
        name: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    Service 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 Service resource accepts the following input properties:

    Outputs

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

    Arn string
    AwsId string
    CreatedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedAt string
    Status Pulumi.AwsNative.VpcLattice.ServiceStatus
    Arn string
    AwsId string
    CreatedAt string
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedAt string
    Status ServiceStatus
    arn String
    awsId String
    createdAt String
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedAt String
    status ServiceStatus
    arn string
    awsId string
    createdAt string
    id string
    The provider-assigned unique ID for this managed resource.
    lastUpdatedAt string
    status ServiceStatus
    arn str
    aws_id str
    created_at str
    id str
    The provider-assigned unique ID for this managed resource.
    last_updated_at str
    status ServiceStatus
    arn String
    awsId String
    createdAt String
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedAt String
    status "ACTIVE" | "CREATE_IN_PROGRESS" | "DELETE_IN_PROGRESS" | "CREATE_FAILED" | "DELETE_FAILED"

    Supporting Types

    ServiceAuthType, ServiceAuthTypeArgs

    None
    NONE
    AwsIam
    AWS_IAM
    ServiceAuthTypeNone
    NONE
    ServiceAuthTypeAwsIam
    AWS_IAM
    None
    NONE
    AwsIam
    AWS_IAM
    None
    NONE
    AwsIam
    AWS_IAM
    NONE
    NONE
    AWS_IAM
    AWS_IAM
    "NONE"
    NONE
    "AWS_IAM"
    AWS_IAM

    ServiceDnsEntry, ServiceDnsEntryArgs

    ServiceStatus, ServiceStatusArgs

    Active
    ACTIVE
    CreateInProgress
    CREATE_IN_PROGRESS
    DeleteInProgress
    DELETE_IN_PROGRESS
    CreateFailed
    CREATE_FAILED
    DeleteFailed
    DELETE_FAILED
    ServiceStatusActive
    ACTIVE
    ServiceStatusCreateInProgress
    CREATE_IN_PROGRESS
    ServiceStatusDeleteInProgress
    DELETE_IN_PROGRESS
    ServiceStatusCreateFailed
    CREATE_FAILED
    ServiceStatusDeleteFailed
    DELETE_FAILED
    Active
    ACTIVE
    CreateInProgress
    CREATE_IN_PROGRESS
    DeleteInProgress
    DELETE_IN_PROGRESS
    CreateFailed
    CREATE_FAILED
    DeleteFailed
    DELETE_FAILED
    Active
    ACTIVE
    CreateInProgress
    CREATE_IN_PROGRESS
    DeleteInProgress
    DELETE_IN_PROGRESS
    CreateFailed
    CREATE_FAILED
    DeleteFailed
    DELETE_FAILED
    ACTIVE
    ACTIVE
    CREATE_IN_PROGRESS
    CREATE_IN_PROGRESS
    DELETE_IN_PROGRESS
    DELETE_IN_PROGRESS
    CREATE_FAILED
    CREATE_FAILED
    DELETE_FAILED
    DELETE_FAILED
    "ACTIVE"
    ACTIVE
    "CREATE_IN_PROGRESS"
    CREATE_IN_PROGRESS
    "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