1. Packages
  2. AWS Native
  3. API Docs
  4. refactorspaces
  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.refactorspaces.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

    Definition of AWS::RefactorSpaces::Service Resource Type

    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: ServiceArgs,
                opts: Optional[ResourceOptions] = None)
    
    @overload
    def Service(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                application_identifier: Optional[str] = None,
                endpoint_type: Optional[ServiceEndpointType] = None,
                environment_identifier: Optional[str] = None,
                description: Optional[str] = None,
                lambda_endpoint: Optional[ServiceLambdaEndpointInputArgs] = None,
                name: Optional[str] = None,
                tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                url_endpoint: Optional[ServiceUrlEndpointInputArgs] = None,
                vpc_id: Optional[str] = None)
    func NewService(ctx *Context, name string, args ServiceArgs, opts ...ResourceOption) (*Service, error)
    public Service(string name, ServiceArgs args, CustomResourceOptions? opts = null)
    public Service(String name, ServiceArgs args)
    public Service(String name, ServiceArgs args, CustomResourceOptions options)
    
    type: aws-native:refactorspaces: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 exampleserviceResourceResourceFromRefactorspaces = new aws_native.refactorspaces.Service("exampleserviceResourceResourceFromRefactorspaces", {
        applicationIdentifier: "string",
        endpointType: aws_native.refactorspaces.ServiceEndpointType.Lambda,
        environmentIdentifier: "string",
        description: "string",
        lambdaEndpoint: {
            arn: "string",
        },
        name: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
        urlEndpoint: {
            url: "string",
            healthUrl: "string",
        },
        vpcId: "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:

    ApplicationIdentifier string
    EndpointType ServiceEndpointType
    EnvironmentIdentifier string
    Description string
    LambdaEndpoint ServiceLambdaEndpointInputArgs
    Name string
    Tags TagArgs
    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
    UrlEndpoint ServiceUrlEndpointInputArgs
    VpcId string
    applicationIdentifier String
    endpointType ServiceEndpointType
    environmentIdentifier String
    description String
    lambdaEndpoint ServiceLambdaEndpointInput
    name String
    tags List<Tag>
    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
    urlEndpoint ServiceUrlEndpointInput
    vpcId String
    applicationIdentifier string
    endpointType ServiceEndpointType
    environmentIdentifier string
    description string
    lambdaEndpoint ServiceLambdaEndpointInput
    name string
    tags Tag[]
    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
    urlEndpoint ServiceUrlEndpointInput
    vpcId string
    applicationIdentifier String
    endpointType "LAMBDA" | "URL"
    environmentIdentifier String
    description String
    lambdaEndpoint Property Map
    name String
    tags List<Property Map>
    Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.
    urlEndpoint Property Map
    vpcId String

    Outputs

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

    Arn string
    Id string
    The provider-assigned unique ID for this managed resource.
    ServiceIdentifier string
    Arn string
    Id string
    The provider-assigned unique ID for this managed resource.
    ServiceIdentifier string
    arn String
    id String
    The provider-assigned unique ID for this managed resource.
    serviceIdentifier String
    arn string
    id string
    The provider-assigned unique ID for this managed resource.
    serviceIdentifier string
    arn str
    id str
    The provider-assigned unique ID for this managed resource.
    service_identifier str
    arn String
    id String
    The provider-assigned unique ID for this managed resource.
    serviceIdentifier String

    Supporting Types

    ServiceEndpointType, ServiceEndpointTypeArgs

    Lambda
    LAMBDA
    Url
    URL
    ServiceEndpointTypeLambda
    LAMBDA
    ServiceEndpointTypeUrl
    URL
    Lambda
    LAMBDA
    Url
    URL
    Lambda
    LAMBDA
    Url
    URL
    LAMBDA_
    LAMBDA
    URL
    URL
    "LAMBDA"
    LAMBDA
    "URL"
    URL

    ServiceLambdaEndpointInput, ServiceLambdaEndpointInputArgs

    Arn string
    Arn string
    arn String
    arn string
    arn str
    arn String

    ServiceUrlEndpointInput, ServiceUrlEndpointInputArgs

    Url string
    HealthUrl string
    Url string
    HealthUrl string
    url String
    healthUrl String
    url string
    healthUrl string
    url String
    healthUrl String

    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