Show / Hide Table of Contents

Class CfnApplication.ApiGatewayProxyInputProperty

A wrapper object holding the Amazon API Gateway endpoint input.

Inheritance
System.Object
CfnApplication.ApiGatewayProxyInputProperty
Implements
CfnApplication.IApiGatewayProxyInputProperty
Namespace: Amazon.CDK.AWS.RefactorSpaces
Assembly: Amazon.CDK.AWS.RefactorSpaces.dll
Syntax (csharp)
public class ApiGatewayProxyInputProperty : Object, CfnApplication.IApiGatewayProxyInputProperty
Syntax (vb)
Public Class ApiGatewayProxyInputProperty
    Inherits Object
    Implements CfnApplication.IApiGatewayProxyInputProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-refactorspaces-application-apigatewayproxyinput.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.RefactorSpaces;

var apiGatewayProxyInputProperty = new ApiGatewayProxyInputProperty {
    EndpointType = "endpointType",
    StageName = "stageName"
};

Synopsis

Constructors

ApiGatewayProxyInputProperty()

Properties

EndpointType

The type of endpoint to use for the API Gateway proxy.

StageName

The name of the API Gateway stage.

Constructors

ApiGatewayProxyInputProperty()

public ApiGatewayProxyInputProperty()

Properties

EndpointType

The type of endpoint to use for the API Gateway proxy.

public string EndpointType { get; set; }
Property Value

System.String

Remarks

If no value is specified in the request, the value is set to REGIONAL by default.

If the value is set to PRIVATE in the request, this creates a private API endpoint that is isolated from the public internet. The private endpoint can only be accessed by using Amazon Virtual Private Cloud ( Amazon VPC ) interface endpoints for the Amazon API Gateway that has been granted access. For more information about creating a private connection with Refactor Spaces and interface endpoint ( AWS PrivateLink ) availability, see Access Refactor Spaces using an interface endpoint ( AWS PrivateLink ) .

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-refactorspaces-application-apigatewayproxyinput.html#cfn-refactorspaces-application-apigatewayproxyinput-endpointtype

StageName

The name of the API Gateway stage.

public string StageName { get; set; }
Property Value

System.String

Remarks

The name defaults to prod .

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-refactorspaces-application-apigatewayproxyinput.html#cfn-refactorspaces-application-apigatewayproxyinput-stagename

Implements

CfnApplication.IApiGatewayProxyInputProperty
Back to top Generated by DocFX