@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:02.336Z") @Stability(value=Stable) public interface CfnMethodProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMethodProps.Builder
A builder for
CfnMethodProps |
static class |
CfnMethodProps.Jsii$Proxy
An implementation for
CfnMethodProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnMethodProps.Builder |
builder() |
default Object |
getApiKeyRequired()
`AWS::ApiGateway::Method.ApiKeyRequired`.
|
default List<String> |
getAuthorizationScopes()
`AWS::ApiGateway::Method.AuthorizationScopes`.
|
default String |
getAuthorizationType()
`AWS::ApiGateway::Method.AuthorizationType`.
|
default String |
getAuthorizerId()
`AWS::ApiGateway::Method.AuthorizerId`.
|
String |
getHttpMethod()
`AWS::ApiGateway::Method.HttpMethod`.
|
default Object |
getIntegration()
`AWS::ApiGateway::Method.Integration`.
|
default Object |
getMethodResponses()
`AWS::ApiGateway::Method.MethodResponses`.
|
default String |
getOperationName()
`AWS::ApiGateway::Method.OperationName`.
|
default Object |
getRequestModels()
`AWS::ApiGateway::Method.RequestModels`.
|
default Object |
getRequestParameters()
`AWS::ApiGateway::Method.RequestParameters`.
|
default String |
getRequestValidatorId()
`AWS::ApiGateway::Method.RequestValidatorId`.
|
String |
getResourceId()
`AWS::ApiGateway::Method.ResourceId`.
|
String |
getRestApiId()
`AWS::ApiGateway::Method.RestApiId`.
|
@Stability(value=Stable) @NotNull String getHttpMethod()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-httpmethod@Stability(value=Stable) @NotNull String getResourceId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-resourceid@Stability(value=Stable) @NotNull String getRestApiId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-restapiid@Stability(value=Stable) @Nullable default Object getApiKeyRequired()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-apikeyrequired@Stability(value=Stable) @Nullable default List<String> getAuthorizationScopes()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationscopes@Stability(value=Stable) @Nullable default String getAuthorizationType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizationtype@Stability(value=Stable) @Nullable default String getAuthorizerId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-authorizerid@Stability(value=Stable) @Nullable default Object getIntegration()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-integration@Stability(value=Stable) @Nullable default Object getMethodResponses()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-methodresponses@Stability(value=Stable) @Nullable default String getOperationName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-operationname@Stability(value=Stable) @Nullable default Object getRequestModels()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestmodels@Stability(value=Stable) @Nullable default Object getRequestParameters()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestparameters@Stability(value=Stable) @Nullable default String getRequestValidatorId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-method.html#cfn-apigateway-method-requestvalidatorid@Stability(value=Stable) static CfnMethodProps.Builder builder()
CfnMethodProps.Builder of CfnMethodPropsCopyright © 2020. All rights reserved.