aws-native logo
AWS Native v0.54.0, Mar 21 23

aws-native.refactorspaces.Application

Definition of AWS::RefactorSpaces::Application Resource Type

Create Application Resource

new Application(name: string, args?: ApplicationArgs, opts?: CustomResourceOptions);
@overload
def Application(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                api_gateway_proxy: Optional[ApplicationApiGatewayProxyInputArgs] = None,
                environment_identifier: Optional[str] = None,
                name: Optional[str] = None,
                proxy_type: Optional[ApplicationProxyType] = None,
                tags: Optional[Sequence[ApplicationTagArgs]] = None,
                vpc_id: Optional[str] = None)
@overload
def Application(resource_name: str,
                args: Optional[ApplicationArgs] = None,
                opts: Optional[ResourceOptions] = None)
func NewApplication(ctx *Context, name string, args *ApplicationArgs, opts ...ResourceOption) (*Application, error)
public Application(string name, ApplicationArgs? args = null, CustomResourceOptions? opts = null)
public Application(String name, ApplicationArgs args)
public Application(String name, ApplicationArgs args, CustomResourceOptions options)
type: aws-native:refactorspaces:Application
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args ApplicationArgs
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 ApplicationArgs
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 ApplicationArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ApplicationArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args ApplicationArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

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

ApiGatewayProxy ApplicationApiGatewayProxyInputArgs
EnvironmentIdentifier string
Name string
ProxyType ApplicationProxyType
Tags []ApplicationTagArgs

Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

VpcId string
apiGatewayProxy ApplicationApiGatewayProxyInputArgs
environmentIdentifier String
name String
proxyType ApplicationProxyType
tags List<ApplicationTagArgs>

Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

vpcId String
apiGatewayProxy ApplicationApiGatewayProxyInputArgs
environmentIdentifier string
name string
proxyType ApplicationProxyType
tags ApplicationTagArgs[]

Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

vpcId string
api_gateway_proxy ApplicationApiGatewayProxyInputArgs
environment_identifier str
name str
proxy_type ApplicationProxyType
tags Sequence[ApplicationTagArgs]

Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

vpc_id str
apiGatewayProxy Property Map
environmentIdentifier String
name String
proxyType "API_GATEWAY"
tags List<Property Map>

Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.

vpcId String

Outputs

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

ApiGatewayId string
ApplicationIdentifier string
Arn string
Id string

The provider-assigned unique ID for this managed resource.

NlbArn string
NlbName string
ProxyUrl string
StageName string
VpcLinkId string
ApiGatewayId string
ApplicationIdentifier string
Arn string
Id string

The provider-assigned unique ID for this managed resource.

NlbArn string
NlbName string
ProxyUrl string
StageName string
VpcLinkId string
apiGatewayId String
applicationIdentifier String
arn String
id String

The provider-assigned unique ID for this managed resource.

nlbArn String
nlbName String
proxyUrl String
stageName String
vpcLinkId String
apiGatewayId string
applicationIdentifier string
arn string
id string

The provider-assigned unique ID for this managed resource.

nlbArn string
nlbName string
proxyUrl string
stageName string
vpcLinkId string
api_gateway_id str
application_identifier str
arn str
id str

The provider-assigned unique ID for this managed resource.

nlb_arn str
nlb_name str
proxy_url str
stage_name str
vpc_link_id str
apiGatewayId String
applicationIdentifier String
arn String
id String

The provider-assigned unique ID for this managed resource.

nlbArn String
nlbName String
proxyUrl String
stageName String
vpcLinkId String

Supporting Types

ApplicationApiGatewayEndpointType

Regional
REGIONAL
Private
PRIVATE
ApplicationApiGatewayEndpointTypeRegional
REGIONAL
ApplicationApiGatewayEndpointTypePrivate
PRIVATE
Regional
REGIONAL
Private
PRIVATE
Regional
REGIONAL
Private
PRIVATE
REGIONAL
REGIONAL
PRIVATE
PRIVATE
"REGIONAL"
REGIONAL
"PRIVATE"
PRIVATE

ApplicationApiGatewayProxyInput

ApplicationProxyType

ApiGateway
API_GATEWAY
ApplicationProxyTypeApiGateway
API_GATEWAY
ApiGateway
API_GATEWAY
ApiGateway
API_GATEWAY
API_GATEWAY
API_GATEWAY
"API_GATEWAY"
API_GATEWAY

ApplicationTag

Key string

A string used to identify this tag

Value string

A string containing the value for the tag

Key string

A string used to identify this tag

Value string

A string containing the value for the tag

key String

A string used to identify this tag

value String

A string containing the value for the tag

key string

A string used to identify this tag

value string

A string containing the value for the tag

key str

A string used to identify this tag

value str

A string containing the value for the tag

key String

A string used to identify this tag

value String

A string containing the value for the tag

Package Details

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