1. Packages
  2. Azure Native
  3. API Docs
  4. awsconnector
  5. ApiGatewayStage
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi

azure-native.awsconnector.ApiGatewayStage

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi

    A Microsoft.AwsConnector resource Azure REST API version: 2024-12-01.

    Example Usage

    ApiGatewayStages_CreateOrReplace

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using AzureNative = Pulumi.AzureNative;
    
    return await Deployment.RunAsync(() => 
    {
        var apiGatewayStage = new AzureNative.AwsConnector.ApiGatewayStage("apiGatewayStage", new()
        {
            Location = "ixsfvcwygoceaaydsgkvubn",
            Name = "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
            Properties = new AzureNative.AwsConnector.Inputs.ApiGatewayStagePropertiesArgs
            {
                Arn = "aitrzss",
                AwsAccountId = "umvnhbnjqbgppgipyiuxvyt",
                AwsProperties = new AzureNative.AwsConnector.Inputs.AwsApiGatewayStagePropertiesArgs
                {
                    AccessLogSetting = new AzureNative.AwsConnector.Inputs.AccessLogSettingArgs
                    {
                        DestinationArn = "bjnehkhrjvy",
                        Format = "jyhhqidjew",
                    },
                    CacheClusterEnabled = true,
                    CacheClusterSize = "tqpsxptkwagykhry",
                    CanarySetting = new AzureNative.AwsConnector.Inputs.CanarySettingArgs
                    {
                        DeploymentId = "jgfflpjviovk",
                        PercentTraffic = 30,
                        StageVariableOverrides = 
                        {
                            { "key989", "zalwrlwgjwqn" },
                        },
                        UseStageCache = true,
                    },
                    ClientCertificateId = "lcqbeactfdarpess",
                    DeploymentId = "muwatddsfb",
                    Description = "dmxblpsncciutbbmfihkloqaxuab",
                    DocumentationVersion = "fltvrg",
                    MethodSettings = new[]
                    {
                        new AzureNative.AwsConnector.Inputs.MethodSettingArgs
                        {
                            CacheDataEncrypted = true,
                            CacheTtlInSeconds = 15,
                            CachingEnabled = true,
                            DataTraceEnabled = true,
                            HttpMethod = "wojjxwrlnmnertmfkstofcoekjxd",
                            LoggingLevel = "cezcwkojlmp",
                            MetricsEnabled = true,
                            ResourcePath = "fsaykfuxsfvultpnnpjjbak",
                            ThrottlingBurstLimit = 3,
                            ThrottlingRateLimit = 28,
                        },
                    },
                    RestApiId = "cycztypxndrdmstjwi",
                    StageName = "iukgreicaikhlooycykkql",
                    Tags = new[]
                    {
                        new AzureNative.AwsConnector.Inputs.TagArgs
                        {
                            Key = "hnoncuskljmyehkhfaytophcz",
                            Value = "x",
                        },
                    },
                    TracingEnabled = true,
                    Variables = 
                    {
                        { "key3007", "vhgivtbzor" },
                    },
                },
                AwsRegion = "qkjxqupbneeuooyrfnblmwlrpmjsiu",
                AwsSourceSchema = "ttwdzidmknfow",
                AwsTags = 
                {
                    { "key1607", "vmmmhuuxrrjul" },
                },
                PublicCloudConnectorsResourceId = "mvvltlx",
                PublicCloudResourceName = "hxgdpqw",
            },
            ResourceGroupName = "rgapiGatewayStage",
            Tags = 
            {
                { "key72", "pkvum" },
            },
        });
    
    });
    
    package main
    
    import (
    	awsconnector "github.com/pulumi/pulumi-azure-native-sdk/awsconnector/v2"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := awsconnector.NewApiGatewayStage(ctx, "apiGatewayStage", &awsconnector.ApiGatewayStageArgs{
    			Location: pulumi.String("ixsfvcwygoceaaydsgkvubn"),
    			Name:     pulumi.String("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])"),
    			Properties: &awsconnector.ApiGatewayStagePropertiesArgs{
    				Arn:          pulumi.String("aitrzss"),
    				AwsAccountId: pulumi.String("umvnhbnjqbgppgipyiuxvyt"),
    				AwsProperties: &awsconnector.AwsApiGatewayStagePropertiesArgs{
    					AccessLogSetting: &awsconnector.AccessLogSettingArgs{
    						DestinationArn: pulumi.String("bjnehkhrjvy"),
    						Format:         pulumi.String("jyhhqidjew"),
    					},
    					CacheClusterEnabled: pulumi.Bool(true),
    					CacheClusterSize:    pulumi.String("tqpsxptkwagykhry"),
    					CanarySetting: &awsconnector.CanarySettingArgs{
    						DeploymentId:   pulumi.String("jgfflpjviovk"),
    						PercentTraffic: pulumi.Int(30),
    						StageVariableOverrides: pulumi.StringMap{
    							"key989": pulumi.String("zalwrlwgjwqn"),
    						},
    						UseStageCache: pulumi.Bool(true),
    					},
    					ClientCertificateId:  pulumi.String("lcqbeactfdarpess"),
    					DeploymentId:         pulumi.String("muwatddsfb"),
    					Description:          pulumi.String("dmxblpsncciutbbmfihkloqaxuab"),
    					DocumentationVersion: pulumi.String("fltvrg"),
    					MethodSettings: awsconnector.MethodSettingArray{
    						&awsconnector.MethodSettingArgs{
    							CacheDataEncrypted:   pulumi.Bool(true),
    							CacheTtlInSeconds:    pulumi.Int(15),
    							CachingEnabled:       pulumi.Bool(true),
    							DataTraceEnabled:     pulumi.Bool(true),
    							HttpMethod:           pulumi.String("wojjxwrlnmnertmfkstofcoekjxd"),
    							LoggingLevel:         pulumi.String("cezcwkojlmp"),
    							MetricsEnabled:       pulumi.Bool(true),
    							ResourcePath:         pulumi.String("fsaykfuxsfvultpnnpjjbak"),
    							ThrottlingBurstLimit: pulumi.Int(3),
    							ThrottlingRateLimit:  pulumi.Int(28),
    						},
    					},
    					RestApiId: pulumi.String("cycztypxndrdmstjwi"),
    					StageName: pulumi.String("iukgreicaikhlooycykkql"),
    					Tags: awsconnector.TagArray{
    						&awsconnector.TagArgs{
    							Key:   pulumi.String("hnoncuskljmyehkhfaytophcz"),
    							Value: pulumi.String("x"),
    						},
    					},
    					TracingEnabled: pulumi.Bool(true),
    					Variables: pulumi.StringMap{
    						"key3007": pulumi.String("vhgivtbzor"),
    					},
    				},
    				AwsRegion:       pulumi.String("qkjxqupbneeuooyrfnblmwlrpmjsiu"),
    				AwsSourceSchema: pulumi.String("ttwdzidmknfow"),
    				AwsTags: pulumi.StringMap{
    					"key1607": pulumi.String("vmmmhuuxrrjul"),
    				},
    				PublicCloudConnectorsResourceId: pulumi.String("mvvltlx"),
    				PublicCloudResourceName:         pulumi.String("hxgdpqw"),
    			},
    			ResourceGroupName: pulumi.String("rgapiGatewayStage"),
    			Tags: pulumi.StringMap{
    				"key72": pulumi.String("pkvum"),
    			},
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.azurenative.awsconnector.ApiGatewayStage;
    import com.pulumi.azurenative.awsconnector.ApiGatewayStageArgs;
    import com.pulumi.azurenative.awsconnector.inputs.ApiGatewayStagePropertiesArgs;
    import com.pulumi.azurenative.awsconnector.inputs.AwsApiGatewayStagePropertiesArgs;
    import com.pulumi.azurenative.awsconnector.inputs.AccessLogSettingArgs;
    import com.pulumi.azurenative.awsconnector.inputs.CanarySettingArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var apiGatewayStage = new ApiGatewayStage("apiGatewayStage", ApiGatewayStageArgs.builder()
                .location("ixsfvcwygoceaaydsgkvubn")
                .name("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])")
                .properties(ApiGatewayStagePropertiesArgs.builder()
                    .arn("aitrzss")
                    .awsAccountId("umvnhbnjqbgppgipyiuxvyt")
                    .awsProperties(AwsApiGatewayStagePropertiesArgs.builder()
                        .accessLogSetting(AccessLogSettingArgs.builder()
                            .destinationArn("bjnehkhrjvy")
                            .format("jyhhqidjew")
                            .build())
                        .cacheClusterEnabled(true)
                        .cacheClusterSize("tqpsxptkwagykhry")
                        .canarySetting(CanarySettingArgs.builder()
                            .deploymentId("jgfflpjviovk")
                            .percentTraffic(30)
                            .stageVariableOverrides(Map.of("key989", "zalwrlwgjwqn"))
                            .useStageCache(true)
                            .build())
                        .clientCertificateId("lcqbeactfdarpess")
                        .deploymentId("muwatddsfb")
                        .description("dmxblpsncciutbbmfihkloqaxuab")
                        .documentationVersion("fltvrg")
                        .methodSettings(MethodSettingArgs.builder()
                            .cacheDataEncrypted(true)
                            .cacheTtlInSeconds(15)
                            .cachingEnabled(true)
                            .dataTraceEnabled(true)
                            .httpMethod("wojjxwrlnmnertmfkstofcoekjxd")
                            .loggingLevel("cezcwkojlmp")
                            .metricsEnabled(true)
                            .resourcePath("fsaykfuxsfvultpnnpjjbak")
                            .throttlingBurstLimit(3)
                            .throttlingRateLimit(28)
                            .build())
                        .restApiId("cycztypxndrdmstjwi")
                        .stageName("iukgreicaikhlooycykkql")
                        .tags(TagArgs.builder()
                            .key("hnoncuskljmyehkhfaytophcz")
                            .value("x")
                            .build())
                        .tracingEnabled(true)
                        .variables(Map.of("key3007", "vhgivtbzor"))
                        .build())
                    .awsRegion("qkjxqupbneeuooyrfnblmwlrpmjsiu")
                    .awsSourceSchema("ttwdzidmknfow")
                    .awsTags(Map.of("key1607", "vmmmhuuxrrjul"))
                    .publicCloudConnectorsResourceId("mvvltlx")
                    .publicCloudResourceName("hxgdpqw")
                    .build())
                .resourceGroupName("rgapiGatewayStage")
                .tags(Map.of("key72", "pkvum"))
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_azure_native as azure_native
    
    api_gateway_stage = azure_native.awsconnector.ApiGatewayStage("apiGatewayStage",
        location="ixsfvcwygoceaaydsgkvubn",
        name="Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
        properties={
            "arn": "aitrzss",
            "aws_account_id": "umvnhbnjqbgppgipyiuxvyt",
            "aws_properties": {
                "access_log_setting": {
                    "destination_arn": "bjnehkhrjvy",
                    "format": "jyhhqidjew",
                },
                "cache_cluster_enabled": True,
                "cache_cluster_size": "tqpsxptkwagykhry",
                "canary_setting": {
                    "deployment_id": "jgfflpjviovk",
                    "percent_traffic": 30,
                    "stage_variable_overrides": {
                        "key989": "zalwrlwgjwqn",
                    },
                    "use_stage_cache": True,
                },
                "client_certificate_id": "lcqbeactfdarpess",
                "deployment_id": "muwatddsfb",
                "description": "dmxblpsncciutbbmfihkloqaxuab",
                "documentation_version": "fltvrg",
                "method_settings": [{
                    "cache_data_encrypted": True,
                    "cache_ttl_in_seconds": 15,
                    "caching_enabled": True,
                    "data_trace_enabled": True,
                    "http_method": "wojjxwrlnmnertmfkstofcoekjxd",
                    "logging_level": "cezcwkojlmp",
                    "metrics_enabled": True,
                    "resource_path": "fsaykfuxsfvultpnnpjjbak",
                    "throttling_burst_limit": 3,
                    "throttling_rate_limit": 28,
                }],
                "rest_api_id": "cycztypxndrdmstjwi",
                "stage_name": "iukgreicaikhlooycykkql",
                "tags": [{
                    "key": "hnoncuskljmyehkhfaytophcz",
                    "value": "x",
                }],
                "tracing_enabled": True,
                "variables": {
                    "key3007": "vhgivtbzor",
                },
            },
            "aws_region": "qkjxqupbneeuooyrfnblmwlrpmjsiu",
            "aws_source_schema": "ttwdzidmknfow",
            "aws_tags": {
                "key1607": "vmmmhuuxrrjul",
            },
            "public_cloud_connectors_resource_id": "mvvltlx",
            "public_cloud_resource_name": "hxgdpqw",
        },
        resource_group_name="rgapiGatewayStage",
        tags={
            "key72": "pkvum",
        })
    
    import * as pulumi from "@pulumi/pulumi";
    import * as azure_native from "@pulumi/azure-native";
    
    const apiGatewayStage = new azure_native.awsconnector.ApiGatewayStage("apiGatewayStage", {
        location: "ixsfvcwygoceaaydsgkvubn",
        name: "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
        properties: {
            arn: "aitrzss",
            awsAccountId: "umvnhbnjqbgppgipyiuxvyt",
            awsProperties: {
                accessLogSetting: {
                    destinationArn: "bjnehkhrjvy",
                    format: "jyhhqidjew",
                },
                cacheClusterEnabled: true,
                cacheClusterSize: "tqpsxptkwagykhry",
                canarySetting: {
                    deploymentId: "jgfflpjviovk",
                    percentTraffic: 30,
                    stageVariableOverrides: {
                        key989: "zalwrlwgjwqn",
                    },
                    useStageCache: true,
                },
                clientCertificateId: "lcqbeactfdarpess",
                deploymentId: "muwatddsfb",
                description: "dmxblpsncciutbbmfihkloqaxuab",
                documentationVersion: "fltvrg",
                methodSettings: [{
                    cacheDataEncrypted: true,
                    cacheTtlInSeconds: 15,
                    cachingEnabled: true,
                    dataTraceEnabled: true,
                    httpMethod: "wojjxwrlnmnertmfkstofcoekjxd",
                    loggingLevel: "cezcwkojlmp",
                    metricsEnabled: true,
                    resourcePath: "fsaykfuxsfvultpnnpjjbak",
                    throttlingBurstLimit: 3,
                    throttlingRateLimit: 28,
                }],
                restApiId: "cycztypxndrdmstjwi",
                stageName: "iukgreicaikhlooycykkql",
                tags: [{
                    key: "hnoncuskljmyehkhfaytophcz",
                    value: "x",
                }],
                tracingEnabled: true,
                variables: {
                    key3007: "vhgivtbzor",
                },
            },
            awsRegion: "qkjxqupbneeuooyrfnblmwlrpmjsiu",
            awsSourceSchema: "ttwdzidmknfow",
            awsTags: {
                key1607: "vmmmhuuxrrjul",
            },
            publicCloudConnectorsResourceId: "mvvltlx",
            publicCloudResourceName: "hxgdpqw",
        },
        resourceGroupName: "rgapiGatewayStage",
        tags: {
            key72: "pkvum",
        },
    });
    
    resources:
      apiGatewayStage:
        type: azure-native:awsconnector:ApiGatewayStage
        properties:
          location: ixsfvcwygoceaaydsgkvubn
          name: Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])
          properties:
            arn: aitrzss
            awsAccountId: umvnhbnjqbgppgipyiuxvyt
            awsProperties:
              accessLogSetting:
                destinationArn: bjnehkhrjvy
                format: jyhhqidjew
              cacheClusterEnabled: true
              cacheClusterSize: tqpsxptkwagykhry
              canarySetting:
                deploymentId: jgfflpjviovk
                percentTraffic: 30
                stageVariableOverrides:
                  key989: zalwrlwgjwqn
                useStageCache: true
              clientCertificateId: lcqbeactfdarpess
              deploymentId: muwatddsfb
              description: dmxblpsncciutbbmfihkloqaxuab
              documentationVersion: fltvrg
              methodSettings:
                - cacheDataEncrypted: true
                  cacheTtlInSeconds: 15
                  cachingEnabled: true
                  dataTraceEnabled: true
                  httpMethod: wojjxwrlnmnertmfkstofcoekjxd
                  loggingLevel: cezcwkojlmp
                  metricsEnabled: true
                  resourcePath: fsaykfuxsfvultpnnpjjbak
                  throttlingBurstLimit: 3
                  throttlingRateLimit: 28
              restApiId: cycztypxndrdmstjwi
              stageName: iukgreicaikhlooycykkql
              tags:
                - key: hnoncuskljmyehkhfaytophcz
                  value: x
              tracingEnabled: true
              variables:
                key3007: vhgivtbzor
            awsRegion: qkjxqupbneeuooyrfnblmwlrpmjsiu
            awsSourceSchema: ttwdzidmknfow
            awsTags:
              key1607: vmmmhuuxrrjul
            publicCloudConnectorsResourceId: mvvltlx
            publicCloudResourceName: hxgdpqw
          resourceGroupName: rgapiGatewayStage
          tags:
            key72: pkvum
    

    Create ApiGatewayStage Resource

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

    Constructor syntax

    new ApiGatewayStage(name: string, args: ApiGatewayStageArgs, opts?: CustomResourceOptions);
    @overload
    def ApiGatewayStage(resource_name: str,
                        args: ApiGatewayStageArgs,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def ApiGatewayStage(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        resource_group_name: Optional[str] = None,
                        location: Optional[str] = None,
                        name: Optional[str] = None,
                        properties: Optional[ApiGatewayStagePropertiesArgs] = None,
                        tags: Optional[Mapping[str, str]] = None)
    func NewApiGatewayStage(ctx *Context, name string, args ApiGatewayStageArgs, opts ...ResourceOption) (*ApiGatewayStage, error)
    public ApiGatewayStage(string name, ApiGatewayStageArgs args, CustomResourceOptions? opts = null)
    public ApiGatewayStage(String name, ApiGatewayStageArgs args)
    public ApiGatewayStage(String name, ApiGatewayStageArgs args, CustomResourceOptions options)
    
    type: azure-native:awsconnector:ApiGatewayStage
    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 ApiGatewayStageArgs
    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 ApiGatewayStageArgs
    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 ApiGatewayStageArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ApiGatewayStageArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ApiGatewayStageArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var apiGatewayStageResource = new AzureNative.AwsConnector.ApiGatewayStage("apiGatewayStageResource", new()
    {
        ResourceGroupName = "string",
        Location = "string",
        Name = "string",
        Properties = new AzureNative.AwsConnector.Inputs.ApiGatewayStagePropertiesArgs
        {
            Arn = "string",
            AwsAccountId = "string",
            AwsProperties = new AzureNative.AwsConnector.Inputs.AwsApiGatewayStagePropertiesArgs
            {
                AccessLogSetting = new AzureNative.AwsConnector.Inputs.AccessLogSettingArgs
                {
                    DestinationArn = "string",
                    Format = "string",
                },
                CacheClusterEnabled = false,
                CacheClusterSize = "string",
                CanarySetting = new AzureNative.AwsConnector.Inputs.CanarySettingArgs
                {
                    DeploymentId = "string",
                    PercentTraffic = 0,
                    StageVariableOverrides = 
                    {
                        { "string", "string" },
                    },
                    UseStageCache = false,
                },
                ClientCertificateId = "string",
                DeploymentId = "string",
                Description = "string",
                DocumentationVersion = "string",
                MethodSettings = new[]
                {
                    new AzureNative.AwsConnector.Inputs.MethodSettingArgs
                    {
                        CacheDataEncrypted = false,
                        CacheTtlInSeconds = 0,
                        CachingEnabled = false,
                        DataTraceEnabled = false,
                        HttpMethod = "string",
                        LoggingLevel = "string",
                        MetricsEnabled = false,
                        ResourcePath = "string",
                        ThrottlingBurstLimit = 0,
                        ThrottlingRateLimit = 0,
                    },
                },
                RestApiId = "string",
                StageName = "string",
                Tags = new[]
                {
                    new AzureNative.AwsConnector.Inputs.TagArgs
                    {
                        Key = "string",
                        Value = "string",
                    },
                },
                TracingEnabled = false,
                Variables = 
                {
                    { "string", "string" },
                },
            },
            AwsRegion = "string",
            AwsSourceSchema = "string",
            AwsTags = 
            {
                { "string", "string" },
            },
            PublicCloudConnectorsResourceId = "string",
            PublicCloudResourceName = "string",
        },
        Tags = 
        {
            { "string", "string" },
        },
    });
    
    example, err := awsconnector.NewApiGatewayStage(ctx, "apiGatewayStageResource", &awsconnector.ApiGatewayStageArgs{
    	ResourceGroupName: pulumi.String("string"),
    	Location:          pulumi.String("string"),
    	Name:              pulumi.String("string"),
    	Properties: &awsconnector.ApiGatewayStagePropertiesArgs{
    		Arn:          pulumi.String("string"),
    		AwsAccountId: pulumi.String("string"),
    		AwsProperties: &awsconnector.AwsApiGatewayStagePropertiesArgs{
    			AccessLogSetting: &awsconnector.AccessLogSettingArgs{
    				DestinationArn: pulumi.String("string"),
    				Format:         pulumi.String("string"),
    			},
    			CacheClusterEnabled: pulumi.Bool(false),
    			CacheClusterSize:    pulumi.String("string"),
    			CanarySetting: &awsconnector.CanarySettingArgs{
    				DeploymentId:   pulumi.String("string"),
    				PercentTraffic: pulumi.Int(0),
    				StageVariableOverrides: pulumi.StringMap{
    					"string": pulumi.String("string"),
    				},
    				UseStageCache: pulumi.Bool(false),
    			},
    			ClientCertificateId:  pulumi.String("string"),
    			DeploymentId:         pulumi.String("string"),
    			Description:          pulumi.String("string"),
    			DocumentationVersion: pulumi.String("string"),
    			MethodSettings: awsconnector.MethodSettingArray{
    				&awsconnector.MethodSettingArgs{
    					CacheDataEncrypted:   pulumi.Bool(false),
    					CacheTtlInSeconds:    pulumi.Int(0),
    					CachingEnabled:       pulumi.Bool(false),
    					DataTraceEnabled:     pulumi.Bool(false),
    					HttpMethod:           pulumi.String("string"),
    					LoggingLevel:         pulumi.String("string"),
    					MetricsEnabled:       pulumi.Bool(false),
    					ResourcePath:         pulumi.String("string"),
    					ThrottlingBurstLimit: pulumi.Int(0),
    					ThrottlingRateLimit:  pulumi.Int(0),
    				},
    			},
    			RestApiId: pulumi.String("string"),
    			StageName: pulumi.String("string"),
    			Tags: awsconnector.TagArray{
    				&awsconnector.TagArgs{
    					Key:   pulumi.String("string"),
    					Value: pulumi.String("string"),
    				},
    			},
    			TracingEnabled: pulumi.Bool(false),
    			Variables: pulumi.StringMap{
    				"string": pulumi.String("string"),
    			},
    		},
    		AwsRegion:       pulumi.String("string"),
    		AwsSourceSchema: pulumi.String("string"),
    		AwsTags: pulumi.StringMap{
    			"string": pulumi.String("string"),
    		},
    		PublicCloudConnectorsResourceId: pulumi.String("string"),
    		PublicCloudResourceName:         pulumi.String("string"),
    	},
    	Tags: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    })
    
    var apiGatewayStageResource = new ApiGatewayStage("apiGatewayStageResource", ApiGatewayStageArgs.builder()
        .resourceGroupName("string")
        .location("string")
        .name("string")
        .properties(ApiGatewayStagePropertiesArgs.builder()
            .arn("string")
            .awsAccountId("string")
            .awsProperties(AwsApiGatewayStagePropertiesArgs.builder()
                .accessLogSetting(AccessLogSettingArgs.builder()
                    .destinationArn("string")
                    .format("string")
                    .build())
                .cacheClusterEnabled(false)
                .cacheClusterSize("string")
                .canarySetting(CanarySettingArgs.builder()
                    .deploymentId("string")
                    .percentTraffic(0)
                    .stageVariableOverrides(Map.of("string", "string"))
                    .useStageCache(false)
                    .build())
                .clientCertificateId("string")
                .deploymentId("string")
                .description("string")
                .documentationVersion("string")
                .methodSettings(MethodSettingArgs.builder()
                    .cacheDataEncrypted(false)
                    .cacheTtlInSeconds(0)
                    .cachingEnabled(false)
                    .dataTraceEnabled(false)
                    .httpMethod("string")
                    .loggingLevel("string")
                    .metricsEnabled(false)
                    .resourcePath("string")
                    .throttlingBurstLimit(0)
                    .throttlingRateLimit(0)
                    .build())
                .restApiId("string")
                .stageName("string")
                .tags(TagArgs.builder()
                    .key("string")
                    .value("string")
                    .build())
                .tracingEnabled(false)
                .variables(Map.of("string", "string"))
                .build())
            .awsRegion("string")
            .awsSourceSchema("string")
            .awsTags(Map.of("string", "string"))
            .publicCloudConnectorsResourceId("string")
            .publicCloudResourceName("string")
            .build())
        .tags(Map.of("string", "string"))
        .build());
    
    api_gateway_stage_resource = azure_native.awsconnector.ApiGatewayStage("apiGatewayStageResource",
        resource_group_name="string",
        location="string",
        name="string",
        properties={
            "arn": "string",
            "aws_account_id": "string",
            "aws_properties": {
                "access_log_setting": {
                    "destination_arn": "string",
                    "format": "string",
                },
                "cache_cluster_enabled": False,
                "cache_cluster_size": "string",
                "canary_setting": {
                    "deployment_id": "string",
                    "percent_traffic": 0,
                    "stage_variable_overrides": {
                        "string": "string",
                    },
                    "use_stage_cache": False,
                },
                "client_certificate_id": "string",
                "deployment_id": "string",
                "description": "string",
                "documentation_version": "string",
                "method_settings": [{
                    "cache_data_encrypted": False,
                    "cache_ttl_in_seconds": 0,
                    "caching_enabled": False,
                    "data_trace_enabled": False,
                    "http_method": "string",
                    "logging_level": "string",
                    "metrics_enabled": False,
                    "resource_path": "string",
                    "throttling_burst_limit": 0,
                    "throttling_rate_limit": 0,
                }],
                "rest_api_id": "string",
                "stage_name": "string",
                "tags": [{
                    "key": "string",
                    "value": "string",
                }],
                "tracing_enabled": False,
                "variables": {
                    "string": "string",
                },
            },
            "aws_region": "string",
            "aws_source_schema": "string",
            "aws_tags": {
                "string": "string",
            },
            "public_cloud_connectors_resource_id": "string",
            "public_cloud_resource_name": "string",
        },
        tags={
            "string": "string",
        })
    
    const apiGatewayStageResource = new azure_native.awsconnector.ApiGatewayStage("apiGatewayStageResource", {
        resourceGroupName: "string",
        location: "string",
        name: "string",
        properties: {
            arn: "string",
            awsAccountId: "string",
            awsProperties: {
                accessLogSetting: {
                    destinationArn: "string",
                    format: "string",
                },
                cacheClusterEnabled: false,
                cacheClusterSize: "string",
                canarySetting: {
                    deploymentId: "string",
                    percentTraffic: 0,
                    stageVariableOverrides: {
                        string: "string",
                    },
                    useStageCache: false,
                },
                clientCertificateId: "string",
                deploymentId: "string",
                description: "string",
                documentationVersion: "string",
                methodSettings: [{
                    cacheDataEncrypted: false,
                    cacheTtlInSeconds: 0,
                    cachingEnabled: false,
                    dataTraceEnabled: false,
                    httpMethod: "string",
                    loggingLevel: "string",
                    metricsEnabled: false,
                    resourcePath: "string",
                    throttlingBurstLimit: 0,
                    throttlingRateLimit: 0,
                }],
                restApiId: "string",
                stageName: "string",
                tags: [{
                    key: "string",
                    value: "string",
                }],
                tracingEnabled: false,
                variables: {
                    string: "string",
                },
            },
            awsRegion: "string",
            awsSourceSchema: "string",
            awsTags: {
                string: "string",
            },
            publicCloudConnectorsResourceId: "string",
            publicCloudResourceName: "string",
        },
        tags: {
            string: "string",
        },
    });
    
    type: azure-native:awsconnector:ApiGatewayStage
    properties:
        location: string
        name: string
        properties:
            arn: string
            awsAccountId: string
            awsProperties:
                accessLogSetting:
                    destinationArn: string
                    format: string
                cacheClusterEnabled: false
                cacheClusterSize: string
                canarySetting:
                    deploymentId: string
                    percentTraffic: 0
                    stageVariableOverrides:
                        string: string
                    useStageCache: false
                clientCertificateId: string
                deploymentId: string
                description: string
                documentationVersion: string
                methodSettings:
                    - cacheDataEncrypted: false
                      cacheTtlInSeconds: 0
                      cachingEnabled: false
                      dataTraceEnabled: false
                      httpMethod: string
                      loggingLevel: string
                      metricsEnabled: false
                      resourcePath: string
                      throttlingBurstLimit: 0
                      throttlingRateLimit: 0
                restApiId: string
                stageName: string
                tags:
                    - key: string
                      value: string
                tracingEnabled: false
                variables:
                    string: string
            awsRegion: string
            awsSourceSchema: string
            awsTags:
                string: string
            publicCloudConnectorsResourceId: string
            publicCloudResourceName: string
        resourceGroupName: string
        tags:
            string: string
    

    ApiGatewayStage Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ApiGatewayStage resource accepts the following input properties:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Location string
    The geo-location where the resource lives
    Name string
    Name of ApiGatewayStage
    Properties Pulumi.AzureNative.AwsConnector.Inputs.ApiGatewayStageProperties
    The resource-specific properties for this resource.
    Tags Dictionary<string, string>
    Resource tags.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Location string
    The geo-location where the resource lives
    Name string
    Name of ApiGatewayStage
    Properties ApiGatewayStagePropertiesArgs
    The resource-specific properties for this resource.
    Tags map[string]string
    Resource tags.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    location String
    The geo-location where the resource lives
    name String
    Name of ApiGatewayStage
    properties ApiGatewayStageProperties
    The resource-specific properties for this resource.
    tags Map<String,String>
    Resource tags.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    location string
    The geo-location where the resource lives
    name string
    Name of ApiGatewayStage
    properties ApiGatewayStageProperties
    The resource-specific properties for this resource.
    tags {[key: string]: string}
    Resource tags.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    location str
    The geo-location where the resource lives
    name str
    Name of ApiGatewayStage
    properties ApiGatewayStagePropertiesArgs
    The resource-specific properties for this resource.
    tags Mapping[str, str]
    Resource tags.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    location String
    The geo-location where the resource lives
    name String
    Name of ApiGatewayStage
    properties Property Map
    The resource-specific properties for this resource.
    tags Map<String>
    Resource tags.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    SystemData Pulumi.AzureNative.AwsConnector.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Id string
    The provider-assigned unique ID for this managed resource.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id String
    The provider-assigned unique ID for this managed resource.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id string
    The provider-assigned unique ID for this managed resource.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id str
    The provider-assigned unique ID for this managed resource.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id String
    The provider-assigned unique ID for this managed resource.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    Supporting Types

    AccessLogSetting, AccessLogSettingArgs

    DestinationArn string
    The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with amazon-apigateway-. This parameter is required to enable access logging.
    Format string
    A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId. This parameter is required to enable access logging.
    DestinationArn string
    The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with amazon-apigateway-. This parameter is required to enable access logging.
    Format string
    A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId. This parameter is required to enable access logging.
    destinationArn String
    The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with amazon-apigateway-. This parameter is required to enable access logging.
    format String
    A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId. This parameter is required to enable access logging.
    destinationArn string
    The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with amazon-apigateway-. This parameter is required to enable access logging.
    format string
    A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId. This parameter is required to enable access logging.
    destination_arn str
    The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with amazon-apigateway-. This parameter is required to enable access logging.
    format str
    A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId. This parameter is required to enable access logging.
    destinationArn String
    The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with amazon-apigateway-. This parameter is required to enable access logging.
    format String
    A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId. This parameter is required to enable access logging.

    AccessLogSettingResponse, AccessLogSettingResponseArgs

    DestinationArn string
    The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with amazon-apigateway-. This parameter is required to enable access logging.
    Format string
    A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId. This parameter is required to enable access logging.
    DestinationArn string
    The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with amazon-apigateway-. This parameter is required to enable access logging.
    Format string
    A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId. This parameter is required to enable access logging.
    destinationArn String
    The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with amazon-apigateway-. This parameter is required to enable access logging.
    format String
    A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId. This parameter is required to enable access logging.
    destinationArn string
    The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with amazon-apigateway-. This parameter is required to enable access logging.
    format string
    A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId. This parameter is required to enable access logging.
    destination_arn str
    The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with amazon-apigateway-. This parameter is required to enable access logging.
    format str
    A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId. This parameter is required to enable access logging.
    destinationArn String
    The Amazon Resource Name (ARN) of the CloudWatch Logs log group or Kinesis Data Firehose delivery stream to receive access logs. If you specify a Kinesis Data Firehose delivery stream, the stream name must begin with amazon-apigateway-. This parameter is required to enable access logging.
    format String
    A single line format of the access logs of data, as specified by selected $context variables. The format must include at least $context.requestId. This parameter is required to enable access logging.

    ApiGatewayStageProperties, ApiGatewayStagePropertiesArgs

    Arn string
    Amazon Resource Name (ARN)
    AwsAccountId string
    AWS Account ID
    AwsProperties Pulumi.AzureNative.AwsConnector.Inputs.AwsApiGatewayStageProperties
    AWS Properties
    AwsRegion string
    AWS Region
    AwsSourceSchema string
    AWS Source Schema
    AwsTags Dictionary<string, string>
    AWS Tags
    PublicCloudConnectorsResourceId string
    Public Cloud Connectors Resource ID
    PublicCloudResourceName string
    Public Cloud Resource Name
    Arn string
    Amazon Resource Name (ARN)
    AwsAccountId string
    AWS Account ID
    AwsProperties AwsApiGatewayStageProperties
    AWS Properties
    AwsRegion string
    AWS Region
    AwsSourceSchema string
    AWS Source Schema
    AwsTags map[string]string
    AWS Tags
    PublicCloudConnectorsResourceId string
    Public Cloud Connectors Resource ID
    PublicCloudResourceName string
    Public Cloud Resource Name
    arn String
    Amazon Resource Name (ARN)
    awsAccountId String
    AWS Account ID
    awsProperties AwsApiGatewayStageProperties
    AWS Properties
    awsRegion String
    AWS Region
    awsSourceSchema String
    AWS Source Schema
    awsTags Map<String,String>
    AWS Tags
    publicCloudConnectorsResourceId String
    Public Cloud Connectors Resource ID
    publicCloudResourceName String
    Public Cloud Resource Name
    arn string
    Amazon Resource Name (ARN)
    awsAccountId string
    AWS Account ID
    awsProperties AwsApiGatewayStageProperties
    AWS Properties
    awsRegion string
    AWS Region
    awsSourceSchema string
    AWS Source Schema
    awsTags {[key: string]: string}
    AWS Tags
    publicCloudConnectorsResourceId string
    Public Cloud Connectors Resource ID
    publicCloudResourceName string
    Public Cloud Resource Name
    arn str
    Amazon Resource Name (ARN)
    aws_account_id str
    AWS Account ID
    aws_properties AwsApiGatewayStageProperties
    AWS Properties
    aws_region str
    AWS Region
    aws_source_schema str
    AWS Source Schema
    aws_tags Mapping[str, str]
    AWS Tags
    public_cloud_connectors_resource_id str
    Public Cloud Connectors Resource ID
    public_cloud_resource_name str
    Public Cloud Resource Name
    arn String
    Amazon Resource Name (ARN)
    awsAccountId String
    AWS Account ID
    awsProperties Property Map
    AWS Properties
    awsRegion String
    AWS Region
    awsSourceSchema String
    AWS Source Schema
    awsTags Map<String>
    AWS Tags
    publicCloudConnectorsResourceId String
    Public Cloud Connectors Resource ID
    publicCloudResourceName String
    Public Cloud Resource Name

    ApiGatewayStagePropertiesResponse, ApiGatewayStagePropertiesResponseArgs

    ProvisioningState string
    The status of the last operation.
    Arn string
    Amazon Resource Name (ARN)
    AwsAccountId string
    AWS Account ID
    AwsProperties Pulumi.AzureNative.AwsConnector.Inputs.AwsApiGatewayStagePropertiesResponse
    AWS Properties
    AwsRegion string
    AWS Region
    AwsSourceSchema string
    AWS Source Schema
    AwsTags Dictionary<string, string>
    AWS Tags
    PublicCloudConnectorsResourceId string
    Public Cloud Connectors Resource ID
    PublicCloudResourceName string
    Public Cloud Resource Name
    ProvisioningState string
    The status of the last operation.
    Arn string
    Amazon Resource Name (ARN)
    AwsAccountId string
    AWS Account ID
    AwsProperties AwsApiGatewayStagePropertiesResponse
    AWS Properties
    AwsRegion string
    AWS Region
    AwsSourceSchema string
    AWS Source Schema
    AwsTags map[string]string
    AWS Tags
    PublicCloudConnectorsResourceId string
    Public Cloud Connectors Resource ID
    PublicCloudResourceName string
    Public Cloud Resource Name
    provisioningState String
    The status of the last operation.
    arn String
    Amazon Resource Name (ARN)
    awsAccountId String
    AWS Account ID
    awsProperties AwsApiGatewayStagePropertiesResponse
    AWS Properties
    awsRegion String
    AWS Region
    awsSourceSchema String
    AWS Source Schema
    awsTags Map<String,String>
    AWS Tags
    publicCloudConnectorsResourceId String
    Public Cloud Connectors Resource ID
    publicCloudResourceName String
    Public Cloud Resource Name
    provisioningState string
    The status of the last operation.
    arn string
    Amazon Resource Name (ARN)
    awsAccountId string
    AWS Account ID
    awsProperties AwsApiGatewayStagePropertiesResponse
    AWS Properties
    awsRegion string
    AWS Region
    awsSourceSchema string
    AWS Source Schema
    awsTags {[key: string]: string}
    AWS Tags
    publicCloudConnectorsResourceId string
    Public Cloud Connectors Resource ID
    publicCloudResourceName string
    Public Cloud Resource Name
    provisioning_state str
    The status of the last operation.
    arn str
    Amazon Resource Name (ARN)
    aws_account_id str
    AWS Account ID
    aws_properties AwsApiGatewayStagePropertiesResponse
    AWS Properties
    aws_region str
    AWS Region
    aws_source_schema str
    AWS Source Schema
    aws_tags Mapping[str, str]
    AWS Tags
    public_cloud_connectors_resource_id str
    Public Cloud Connectors Resource ID
    public_cloud_resource_name str
    Public Cloud Resource Name
    provisioningState String
    The status of the last operation.
    arn String
    Amazon Resource Name (ARN)
    awsAccountId String
    AWS Account ID
    awsProperties Property Map
    AWS Properties
    awsRegion String
    AWS Region
    awsSourceSchema String
    AWS Source Schema
    awsTags Map<String>
    AWS Tags
    publicCloudConnectorsResourceId String
    Public Cloud Connectors Resource ID
    publicCloudResourceName String
    Public Cloud Resource Name

    AwsApiGatewayStageProperties, AwsApiGatewayStagePropertiesArgs

    AccessLogSetting Pulumi.AzureNative.AwsConnector.Inputs.AccessLogSetting
    Access log settings, including the access log format and access log destination ARN. The AccessLogSetting property type specifies settings for logging access in this stage. AccessLogSetting is a property of the AWS::ApiGateway::Stage resource.
    CacheClusterEnabled bool
    Specifies whether a cache cluster is enabled for the stage.
    CacheClusterSize string
    The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.
    CanarySetting Pulumi.AzureNative.AwsConnector.Inputs.CanarySetting
    Settings for the canary deployment in this stage. Configuration settings of a canary deployment.
    ClientCertificateId string
    The identifier of a client certificate for an API stage.
    DeploymentId string
    The identifier of the Deployment that the stage points to.
    Description string
    The stage's description.
    DocumentationVersion string
    The version of the associated API documentation.
    MethodSettings List<Pulumi.AzureNative.AwsConnector.Inputs.MethodSetting>
    A map that defines the method settings for a Stage resource. Keys (designated as /{method_setting_key below) are method paths defined as {resource_path}/{http_method} for an individual method override, or /\*/\* for overriding all methods in the stage.
    RestApiId string
    The string identifier of the associated RestApi.
    StageName string
    The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
    Tags List<Pulumi.AzureNative.AwsConnector.Inputs.Tag>
    The collection of tags. Each tag element is associated with a given resource.
    TracingEnabled bool
    Specifies whether active tracing with X-ray is enabled for the Stage.
    Variables Dictionary<string, string>
    A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value. Variable names are limited to alphanumeric characters. Values must match the following regular expression: [A-Za-z0-9-._~:/?#&=,]+.
    AccessLogSetting AccessLogSetting
    Access log settings, including the access log format and access log destination ARN. The AccessLogSetting property type specifies settings for logging access in this stage. AccessLogSetting is a property of the AWS::ApiGateway::Stage resource.
    CacheClusterEnabled bool
    Specifies whether a cache cluster is enabled for the stage.
    CacheClusterSize string
    The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.
    CanarySetting CanarySetting
    Settings for the canary deployment in this stage. Configuration settings of a canary deployment.
    ClientCertificateId string
    The identifier of a client certificate for an API stage.
    DeploymentId string
    The identifier of the Deployment that the stage points to.
    Description string
    The stage's description.
    DocumentationVersion string
    The version of the associated API documentation.
    MethodSettings []MethodSetting
    A map that defines the method settings for a Stage resource. Keys (designated as /{method_setting_key below) are method paths defined as {resource_path}/{http_method} for an individual method override, or /\*/\* for overriding all methods in the stage.
    RestApiId string
    The string identifier of the associated RestApi.
    StageName string
    The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
    Tags []Tag
    The collection of tags. Each tag element is associated with a given resource.
    TracingEnabled bool
    Specifies whether active tracing with X-ray is enabled for the Stage.
    Variables map[string]string
    A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value. Variable names are limited to alphanumeric characters. Values must match the following regular expression: [A-Za-z0-9-._~:/?#&=,]+.
    accessLogSetting AccessLogSetting
    Access log settings, including the access log format and access log destination ARN. The AccessLogSetting property type specifies settings for logging access in this stage. AccessLogSetting is a property of the AWS::ApiGateway::Stage resource.
    cacheClusterEnabled Boolean
    Specifies whether a cache cluster is enabled for the stage.
    cacheClusterSize String
    The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.
    canarySetting CanarySetting
    Settings for the canary deployment in this stage. Configuration settings of a canary deployment.
    clientCertificateId String
    The identifier of a client certificate for an API stage.
    deploymentId String
    The identifier of the Deployment that the stage points to.
    description String
    The stage's description.
    documentationVersion String
    The version of the associated API documentation.
    methodSettings List<MethodSetting>
    A map that defines the method settings for a Stage resource. Keys (designated as /{method_setting_key below) are method paths defined as {resource_path}/{http_method} for an individual method override, or /\*/\* for overriding all methods in the stage.
    restApiId String
    The string identifier of the associated RestApi.
    stageName String
    The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
    tags List<Tag>
    The collection of tags. Each tag element is associated with a given resource.
    tracingEnabled Boolean
    Specifies whether active tracing with X-ray is enabled for the Stage.
    variables Map<String,String>
    A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value. Variable names are limited to alphanumeric characters. Values must match the following regular expression: [A-Za-z0-9-._~:/?#&=,]+.
    accessLogSetting AccessLogSetting
    Access log settings, including the access log format and access log destination ARN. The AccessLogSetting property type specifies settings for logging access in this stage. AccessLogSetting is a property of the AWS::ApiGateway::Stage resource.
    cacheClusterEnabled boolean
    Specifies whether a cache cluster is enabled for the stage.
    cacheClusterSize string
    The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.
    canarySetting CanarySetting
    Settings for the canary deployment in this stage. Configuration settings of a canary deployment.
    clientCertificateId string
    The identifier of a client certificate for an API stage.
    deploymentId string
    The identifier of the Deployment that the stage points to.
    description string
    The stage's description.
    documentationVersion string
    The version of the associated API documentation.
    methodSettings MethodSetting[]
    A map that defines the method settings for a Stage resource. Keys (designated as /{method_setting_key below) are method paths defined as {resource_path}/{http_method} for an individual method override, or /\*/\* for overriding all methods in the stage.
    restApiId string
    The string identifier of the associated RestApi.
    stageName string
    The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
    tags Tag[]
    The collection of tags. Each tag element is associated with a given resource.
    tracingEnabled boolean
    Specifies whether active tracing with X-ray is enabled for the Stage.
    variables {[key: string]: string}
    A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value. Variable names are limited to alphanumeric characters. Values must match the following regular expression: [A-Za-z0-9-._~:/?#&=,]+.
    access_log_setting AccessLogSetting
    Access log settings, including the access log format and access log destination ARN. The AccessLogSetting property type specifies settings for logging access in this stage. AccessLogSetting is a property of the AWS::ApiGateway::Stage resource.
    cache_cluster_enabled bool
    Specifies whether a cache cluster is enabled for the stage.
    cache_cluster_size str
    The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.
    canary_setting CanarySetting
    Settings for the canary deployment in this stage. Configuration settings of a canary deployment.
    client_certificate_id str
    The identifier of a client certificate for an API stage.
    deployment_id str
    The identifier of the Deployment that the stage points to.
    description str
    The stage's description.
    documentation_version str
    The version of the associated API documentation.
    method_settings Sequence[MethodSetting]
    A map that defines the method settings for a Stage resource. Keys (designated as /{method_setting_key below) are method paths defined as {resource_path}/{http_method} for an individual method override, or /\*/\* for overriding all methods in the stage.
    rest_api_id str
    The string identifier of the associated RestApi.
    stage_name str
    The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
    tags Sequence[Tag]
    The collection of tags. Each tag element is associated with a given resource.
    tracing_enabled bool
    Specifies whether active tracing with X-ray is enabled for the Stage.
    variables Mapping[str, str]
    A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value. Variable names are limited to alphanumeric characters. Values must match the following regular expression: [A-Za-z0-9-._~:/?#&=,]+.
    accessLogSetting Property Map
    Access log settings, including the access log format and access log destination ARN. The AccessLogSetting property type specifies settings for logging access in this stage. AccessLogSetting is a property of the AWS::ApiGateway::Stage resource.
    cacheClusterEnabled Boolean
    Specifies whether a cache cluster is enabled for the stage.
    cacheClusterSize String
    The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.
    canarySetting Property Map
    Settings for the canary deployment in this stage. Configuration settings of a canary deployment.
    clientCertificateId String
    The identifier of a client certificate for an API stage.
    deploymentId String
    The identifier of the Deployment that the stage points to.
    description String
    The stage's description.
    documentationVersion String
    The version of the associated API documentation.
    methodSettings List<Property Map>
    A map that defines the method settings for a Stage resource. Keys (designated as /{method_setting_key below) are method paths defined as {resource_path}/{http_method} for an individual method override, or /\*/\* for overriding all methods in the stage.
    restApiId String
    The string identifier of the associated RestApi.
    stageName String
    The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
    tags List<Property Map>
    The collection of tags. Each tag element is associated with a given resource.
    tracingEnabled Boolean
    Specifies whether active tracing with X-ray is enabled for the Stage.
    variables Map<String>
    A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value. Variable names are limited to alphanumeric characters. Values must match the following regular expression: [A-Za-z0-9-._~:/?#&=,]+.

    AwsApiGatewayStagePropertiesResponse, AwsApiGatewayStagePropertiesResponseArgs

    AccessLogSetting Pulumi.AzureNative.AwsConnector.Inputs.AccessLogSettingResponse
    Access log settings, including the access log format and access log destination ARN. The AccessLogSetting property type specifies settings for logging access in this stage. AccessLogSetting is a property of the AWS::ApiGateway::Stage resource.
    CacheClusterEnabled bool
    Specifies whether a cache cluster is enabled for the stage.
    CacheClusterSize string
    The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.
    CanarySetting Pulumi.AzureNative.AwsConnector.Inputs.CanarySettingResponse
    Settings for the canary deployment in this stage. Configuration settings of a canary deployment.
    ClientCertificateId string
    The identifier of a client certificate for an API stage.
    DeploymentId string
    The identifier of the Deployment that the stage points to.
    Description string
    The stage's description.
    DocumentationVersion string
    The version of the associated API documentation.
    MethodSettings List<Pulumi.AzureNative.AwsConnector.Inputs.MethodSettingResponse>
    A map that defines the method settings for a Stage resource. Keys (designated as /{method_setting_key below) are method paths defined as {resource_path}/{http_method} for an individual method override, or /\*/\* for overriding all methods in the stage.
    RestApiId string
    The string identifier of the associated RestApi.
    StageName string
    The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
    Tags List<Pulumi.AzureNative.AwsConnector.Inputs.TagResponse>
    The collection of tags. Each tag element is associated with a given resource.
    TracingEnabled bool
    Specifies whether active tracing with X-ray is enabled for the Stage.
    Variables Dictionary<string, string>
    A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value. Variable names are limited to alphanumeric characters. Values must match the following regular expression: [A-Za-z0-9-._~:/?#&=,]+.
    AccessLogSetting AccessLogSettingResponse
    Access log settings, including the access log format and access log destination ARN. The AccessLogSetting property type specifies settings for logging access in this stage. AccessLogSetting is a property of the AWS::ApiGateway::Stage resource.
    CacheClusterEnabled bool
    Specifies whether a cache cluster is enabled for the stage.
    CacheClusterSize string
    The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.
    CanarySetting CanarySettingResponse
    Settings for the canary deployment in this stage. Configuration settings of a canary deployment.
    ClientCertificateId string
    The identifier of a client certificate for an API stage.
    DeploymentId string
    The identifier of the Deployment that the stage points to.
    Description string
    The stage's description.
    DocumentationVersion string
    The version of the associated API documentation.
    MethodSettings []MethodSettingResponse
    A map that defines the method settings for a Stage resource. Keys (designated as /{method_setting_key below) are method paths defined as {resource_path}/{http_method} for an individual method override, or /\*/\* for overriding all methods in the stage.
    RestApiId string
    The string identifier of the associated RestApi.
    StageName string
    The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
    Tags []TagResponse
    The collection of tags. Each tag element is associated with a given resource.
    TracingEnabled bool
    Specifies whether active tracing with X-ray is enabled for the Stage.
    Variables map[string]string
    A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value. Variable names are limited to alphanumeric characters. Values must match the following regular expression: [A-Za-z0-9-._~:/?#&=,]+.
    accessLogSetting AccessLogSettingResponse
    Access log settings, including the access log format and access log destination ARN. The AccessLogSetting property type specifies settings for logging access in this stage. AccessLogSetting is a property of the AWS::ApiGateway::Stage resource.
    cacheClusterEnabled Boolean
    Specifies whether a cache cluster is enabled for the stage.
    cacheClusterSize String
    The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.
    canarySetting CanarySettingResponse
    Settings for the canary deployment in this stage. Configuration settings of a canary deployment.
    clientCertificateId String
    The identifier of a client certificate for an API stage.
    deploymentId String
    The identifier of the Deployment that the stage points to.
    description String
    The stage's description.
    documentationVersion String
    The version of the associated API documentation.
    methodSettings List<MethodSettingResponse>
    A map that defines the method settings for a Stage resource. Keys (designated as /{method_setting_key below) are method paths defined as {resource_path}/{http_method} for an individual method override, or /\*/\* for overriding all methods in the stage.
    restApiId String
    The string identifier of the associated RestApi.
    stageName String
    The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
    tags List<TagResponse>
    The collection of tags. Each tag element is associated with a given resource.
    tracingEnabled Boolean
    Specifies whether active tracing with X-ray is enabled for the Stage.
    variables Map<String,String>
    A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value. Variable names are limited to alphanumeric characters. Values must match the following regular expression: [A-Za-z0-9-._~:/?#&=,]+.
    accessLogSetting AccessLogSettingResponse
    Access log settings, including the access log format and access log destination ARN. The AccessLogSetting property type specifies settings for logging access in this stage. AccessLogSetting is a property of the AWS::ApiGateway::Stage resource.
    cacheClusterEnabled boolean
    Specifies whether a cache cluster is enabled for the stage.
    cacheClusterSize string
    The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.
    canarySetting CanarySettingResponse
    Settings for the canary deployment in this stage. Configuration settings of a canary deployment.
    clientCertificateId string
    The identifier of a client certificate for an API stage.
    deploymentId string
    The identifier of the Deployment that the stage points to.
    description string
    The stage's description.
    documentationVersion string
    The version of the associated API documentation.
    methodSettings MethodSettingResponse[]
    A map that defines the method settings for a Stage resource. Keys (designated as /{method_setting_key below) are method paths defined as {resource_path}/{http_method} for an individual method override, or /\*/\* for overriding all methods in the stage.
    restApiId string
    The string identifier of the associated RestApi.
    stageName string
    The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
    tags TagResponse[]
    The collection of tags. Each tag element is associated with a given resource.
    tracingEnabled boolean
    Specifies whether active tracing with X-ray is enabled for the Stage.
    variables {[key: string]: string}
    A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value. Variable names are limited to alphanumeric characters. Values must match the following regular expression: [A-Za-z0-9-._~:/?#&=,]+.
    access_log_setting AccessLogSettingResponse
    Access log settings, including the access log format and access log destination ARN. The AccessLogSetting property type specifies settings for logging access in this stage. AccessLogSetting is a property of the AWS::ApiGateway::Stage resource.
    cache_cluster_enabled bool
    Specifies whether a cache cluster is enabled for the stage.
    cache_cluster_size str
    The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.
    canary_setting CanarySettingResponse
    Settings for the canary deployment in this stage. Configuration settings of a canary deployment.
    client_certificate_id str
    The identifier of a client certificate for an API stage.
    deployment_id str
    The identifier of the Deployment that the stage points to.
    description str
    The stage's description.
    documentation_version str
    The version of the associated API documentation.
    method_settings Sequence[MethodSettingResponse]
    A map that defines the method settings for a Stage resource. Keys (designated as /{method_setting_key below) are method paths defined as {resource_path}/{http_method} for an individual method override, or /\*/\* for overriding all methods in the stage.
    rest_api_id str
    The string identifier of the associated RestApi.
    stage_name str
    The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
    tags Sequence[TagResponse]
    The collection of tags. Each tag element is associated with a given resource.
    tracing_enabled bool
    Specifies whether active tracing with X-ray is enabled for the Stage.
    variables Mapping[str, str]
    A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value. Variable names are limited to alphanumeric characters. Values must match the following regular expression: [A-Za-z0-9-._~:/?#&=,]+.
    accessLogSetting Property Map
    Access log settings, including the access log format and access log destination ARN. The AccessLogSetting property type specifies settings for logging access in this stage. AccessLogSetting is a property of the AWS::ApiGateway::Stage resource.
    cacheClusterEnabled Boolean
    Specifies whether a cache cluster is enabled for the stage.
    cacheClusterSize String
    The stage's cache capacity in GB. For more information about choosing a cache size, see Enabling API caching to enhance responsiveness.
    canarySetting Property Map
    Settings for the canary deployment in this stage. Configuration settings of a canary deployment.
    clientCertificateId String
    The identifier of a client certificate for an API stage.
    deploymentId String
    The identifier of the Deployment that the stage points to.
    description String
    The stage's description.
    documentationVersion String
    The version of the associated API documentation.
    methodSettings List<Property Map>
    A map that defines the method settings for a Stage resource. Keys (designated as /{method_setting_key below) are method paths defined as {resource_path}/{http_method} for an individual method override, or /\*/\* for overriding all methods in the stage.
    restApiId String
    The string identifier of the associated RestApi.
    stageName String
    The name of the stage is the first path segment in the Uniform Resource Identifier (URI) of a call to API Gateway. Stage names can only contain alphanumeric characters, hyphens, and underscores. Maximum length is 128 characters.
    tags List<Property Map>
    The collection of tags. Each tag element is associated with a given resource.
    tracingEnabled Boolean
    Specifies whether active tracing with X-ray is enabled for the Stage.
    variables Map<String>
    A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value. Variable names are limited to alphanumeric characters. Values must match the following regular expression: [A-Za-z0-9-._~:/?#&=,]+.

    CanarySetting, CanarySettingArgs

    DeploymentId string
    The ID of the canary deployment.
    PercentTraffic int
    The percent (0-100) of traffic diverted to a canary deployment.
    StageVariableOverrides Dictionary<string, string>
    Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary. These stage variables are represented as a string-to-string map between stage variable names and their values.
    UseStageCache bool
    A Boolean flag to indicate whether the canary deployment uses the stage cache or not.
    DeploymentId string
    The ID of the canary deployment.
    PercentTraffic int
    The percent (0-100) of traffic diverted to a canary deployment.
    StageVariableOverrides map[string]string
    Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary. These stage variables are represented as a string-to-string map between stage variable names and their values.
    UseStageCache bool
    A Boolean flag to indicate whether the canary deployment uses the stage cache or not.
    deploymentId String
    The ID of the canary deployment.
    percentTraffic Integer
    The percent (0-100) of traffic diverted to a canary deployment.
    stageVariableOverrides Map<String,String>
    Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary. These stage variables are represented as a string-to-string map between stage variable names and their values.
    useStageCache Boolean
    A Boolean flag to indicate whether the canary deployment uses the stage cache or not.
    deploymentId string
    The ID of the canary deployment.
    percentTraffic number
    The percent (0-100) of traffic diverted to a canary deployment.
    stageVariableOverrides {[key: string]: string}
    Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary. These stage variables are represented as a string-to-string map between stage variable names and their values.
    useStageCache boolean
    A Boolean flag to indicate whether the canary deployment uses the stage cache or not.
    deployment_id str
    The ID of the canary deployment.
    percent_traffic int
    The percent (0-100) of traffic diverted to a canary deployment.
    stage_variable_overrides Mapping[str, str]
    Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary. These stage variables are represented as a string-to-string map between stage variable names and their values.
    use_stage_cache bool
    A Boolean flag to indicate whether the canary deployment uses the stage cache or not.
    deploymentId String
    The ID of the canary deployment.
    percentTraffic Number
    The percent (0-100) of traffic diverted to a canary deployment.
    stageVariableOverrides Map<String>
    Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary. These stage variables are represented as a string-to-string map between stage variable names and their values.
    useStageCache Boolean
    A Boolean flag to indicate whether the canary deployment uses the stage cache or not.

    CanarySettingResponse, CanarySettingResponseArgs

    DeploymentId string
    The ID of the canary deployment.
    PercentTraffic int
    The percent (0-100) of traffic diverted to a canary deployment.
    StageVariableOverrides Dictionary<string, string>
    Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary. These stage variables are represented as a string-to-string map between stage variable names and their values.
    UseStageCache bool
    A Boolean flag to indicate whether the canary deployment uses the stage cache or not.
    DeploymentId string
    The ID of the canary deployment.
    PercentTraffic int
    The percent (0-100) of traffic diverted to a canary deployment.
    StageVariableOverrides map[string]string
    Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary. These stage variables are represented as a string-to-string map between stage variable names and their values.
    UseStageCache bool
    A Boolean flag to indicate whether the canary deployment uses the stage cache or not.
    deploymentId String
    The ID of the canary deployment.
    percentTraffic Integer
    The percent (0-100) of traffic diverted to a canary deployment.
    stageVariableOverrides Map<String,String>
    Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary. These stage variables are represented as a string-to-string map between stage variable names and their values.
    useStageCache Boolean
    A Boolean flag to indicate whether the canary deployment uses the stage cache or not.
    deploymentId string
    The ID of the canary deployment.
    percentTraffic number
    The percent (0-100) of traffic diverted to a canary deployment.
    stageVariableOverrides {[key: string]: string}
    Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary. These stage variables are represented as a string-to-string map between stage variable names and their values.
    useStageCache boolean
    A Boolean flag to indicate whether the canary deployment uses the stage cache or not.
    deployment_id str
    The ID of the canary deployment.
    percent_traffic int
    The percent (0-100) of traffic diverted to a canary deployment.
    stage_variable_overrides Mapping[str, str]
    Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary. These stage variables are represented as a string-to-string map between stage variable names and their values.
    use_stage_cache bool
    A Boolean flag to indicate whether the canary deployment uses the stage cache or not.
    deploymentId String
    The ID of the canary deployment.
    percentTraffic Number
    The percent (0-100) of traffic diverted to a canary deployment.
    stageVariableOverrides Map<String>
    Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary. These stage variables are represented as a string-to-string map between stage variable names and their values.
    useStageCache Boolean
    A Boolean flag to indicate whether the canary deployment uses the stage cache or not.

    MethodSetting, MethodSettingArgs

    CacheDataEncrypted bool
    Specifies whether the cached responses are encrypted.
    CacheTtlInSeconds int
    Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached.
    CachingEnabled bool
    Specifies whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached.
    DataTraceEnabled bool
    Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs. This can be useful to troubleshoot APIs, but can result in logging sensitive data. We recommend that you don't enable this option for production APIs.
    HttpMethod string
    The HTTP method. To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    LoggingLevel string
    Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs. Valid values are OFF, ERROR, and INFO. Choose ERROR to write only error-level entries to CloudWatch Logs, or choose INFO to include all ERROR events as well as extra informational events.
    MetricsEnabled bool
    Specifies whether Amazon CloudWatch metrics are enabled for this method.
    ResourcePath string
    The resource path for this method. Forward slashes (/) are encoded as ~1 and the initial slash must include a forward slash. For example, the path value /resource/subresource must be encoded as /~1resource~1subresource. To specify the root path, use only a slash (/). To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    ThrottlingBurstLimit int
    Specifies the throttling burst limit.
    ThrottlingRateLimit int
    Specifies the throttling rate limit.
    CacheDataEncrypted bool
    Specifies whether the cached responses are encrypted.
    CacheTtlInSeconds int
    Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached.
    CachingEnabled bool
    Specifies whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached.
    DataTraceEnabled bool
    Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs. This can be useful to troubleshoot APIs, but can result in logging sensitive data. We recommend that you don't enable this option for production APIs.
    HttpMethod string
    The HTTP method. To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    LoggingLevel string
    Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs. Valid values are OFF, ERROR, and INFO. Choose ERROR to write only error-level entries to CloudWatch Logs, or choose INFO to include all ERROR events as well as extra informational events.
    MetricsEnabled bool
    Specifies whether Amazon CloudWatch metrics are enabled for this method.
    ResourcePath string
    The resource path for this method. Forward slashes (/) are encoded as ~1 and the initial slash must include a forward slash. For example, the path value /resource/subresource must be encoded as /~1resource~1subresource. To specify the root path, use only a slash (/). To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    ThrottlingBurstLimit int
    Specifies the throttling burst limit.
    ThrottlingRateLimit int
    Specifies the throttling rate limit.
    cacheDataEncrypted Boolean
    Specifies whether the cached responses are encrypted.
    cacheTtlInSeconds Integer
    Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached.
    cachingEnabled Boolean
    Specifies whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached.
    dataTraceEnabled Boolean
    Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs. This can be useful to troubleshoot APIs, but can result in logging sensitive data. We recommend that you don't enable this option for production APIs.
    httpMethod String
    The HTTP method. To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    loggingLevel String
    Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs. Valid values are OFF, ERROR, and INFO. Choose ERROR to write only error-level entries to CloudWatch Logs, or choose INFO to include all ERROR events as well as extra informational events.
    metricsEnabled Boolean
    Specifies whether Amazon CloudWatch metrics are enabled for this method.
    resourcePath String
    The resource path for this method. Forward slashes (/) are encoded as ~1 and the initial slash must include a forward slash. For example, the path value /resource/subresource must be encoded as /~1resource~1subresource. To specify the root path, use only a slash (/). To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    throttlingBurstLimit Integer
    Specifies the throttling burst limit.
    throttlingRateLimit Integer
    Specifies the throttling rate limit.
    cacheDataEncrypted boolean
    Specifies whether the cached responses are encrypted.
    cacheTtlInSeconds number
    Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached.
    cachingEnabled boolean
    Specifies whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached.
    dataTraceEnabled boolean
    Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs. This can be useful to troubleshoot APIs, but can result in logging sensitive data. We recommend that you don't enable this option for production APIs.
    httpMethod string
    The HTTP method. To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    loggingLevel string
    Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs. Valid values are OFF, ERROR, and INFO. Choose ERROR to write only error-level entries to CloudWatch Logs, or choose INFO to include all ERROR events as well as extra informational events.
    metricsEnabled boolean
    Specifies whether Amazon CloudWatch metrics are enabled for this method.
    resourcePath string
    The resource path for this method. Forward slashes (/) are encoded as ~1 and the initial slash must include a forward slash. For example, the path value /resource/subresource must be encoded as /~1resource~1subresource. To specify the root path, use only a slash (/). To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    throttlingBurstLimit number
    Specifies the throttling burst limit.
    throttlingRateLimit number
    Specifies the throttling rate limit.
    cache_data_encrypted bool
    Specifies whether the cached responses are encrypted.
    cache_ttl_in_seconds int
    Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached.
    caching_enabled bool
    Specifies whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached.
    data_trace_enabled bool
    Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs. This can be useful to troubleshoot APIs, but can result in logging sensitive data. We recommend that you don't enable this option for production APIs.
    http_method str
    The HTTP method. To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    logging_level str
    Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs. Valid values are OFF, ERROR, and INFO. Choose ERROR to write only error-level entries to CloudWatch Logs, or choose INFO to include all ERROR events as well as extra informational events.
    metrics_enabled bool
    Specifies whether Amazon CloudWatch metrics are enabled for this method.
    resource_path str
    The resource path for this method. Forward slashes (/) are encoded as ~1 and the initial slash must include a forward slash. For example, the path value /resource/subresource must be encoded as /~1resource~1subresource. To specify the root path, use only a slash (/). To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    throttling_burst_limit int
    Specifies the throttling burst limit.
    throttling_rate_limit int
    Specifies the throttling rate limit.
    cacheDataEncrypted Boolean
    Specifies whether the cached responses are encrypted.
    cacheTtlInSeconds Number
    Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached.
    cachingEnabled Boolean
    Specifies whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached.
    dataTraceEnabled Boolean
    Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs. This can be useful to troubleshoot APIs, but can result in logging sensitive data. We recommend that you don't enable this option for production APIs.
    httpMethod String
    The HTTP method. To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    loggingLevel String
    Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs. Valid values are OFF, ERROR, and INFO. Choose ERROR to write only error-level entries to CloudWatch Logs, or choose INFO to include all ERROR events as well as extra informational events.
    metricsEnabled Boolean
    Specifies whether Amazon CloudWatch metrics are enabled for this method.
    resourcePath String
    The resource path for this method. Forward slashes (/) are encoded as ~1 and the initial slash must include a forward slash. For example, the path value /resource/subresource must be encoded as /~1resource~1subresource. To specify the root path, use only a slash (/). To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    throttlingBurstLimit Number
    Specifies the throttling burst limit.
    throttlingRateLimit Number
    Specifies the throttling rate limit.

    MethodSettingResponse, MethodSettingResponseArgs

    CacheDataEncrypted bool
    Specifies whether the cached responses are encrypted.
    CacheTtlInSeconds int
    Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached.
    CachingEnabled bool
    Specifies whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached.
    DataTraceEnabled bool
    Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs. This can be useful to troubleshoot APIs, but can result in logging sensitive data. We recommend that you don't enable this option for production APIs.
    HttpMethod string
    The HTTP method. To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    LoggingLevel string
    Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs. Valid values are OFF, ERROR, and INFO. Choose ERROR to write only error-level entries to CloudWatch Logs, or choose INFO to include all ERROR events as well as extra informational events.
    MetricsEnabled bool
    Specifies whether Amazon CloudWatch metrics are enabled for this method.
    ResourcePath string
    The resource path for this method. Forward slashes (/) are encoded as ~1 and the initial slash must include a forward slash. For example, the path value /resource/subresource must be encoded as /~1resource~1subresource. To specify the root path, use only a slash (/). To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    ThrottlingBurstLimit int
    Specifies the throttling burst limit.
    ThrottlingRateLimit int
    Specifies the throttling rate limit.
    CacheDataEncrypted bool
    Specifies whether the cached responses are encrypted.
    CacheTtlInSeconds int
    Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached.
    CachingEnabled bool
    Specifies whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached.
    DataTraceEnabled bool
    Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs. This can be useful to troubleshoot APIs, but can result in logging sensitive data. We recommend that you don't enable this option for production APIs.
    HttpMethod string
    The HTTP method. To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    LoggingLevel string
    Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs. Valid values are OFF, ERROR, and INFO. Choose ERROR to write only error-level entries to CloudWatch Logs, or choose INFO to include all ERROR events as well as extra informational events.
    MetricsEnabled bool
    Specifies whether Amazon CloudWatch metrics are enabled for this method.
    ResourcePath string
    The resource path for this method. Forward slashes (/) are encoded as ~1 and the initial slash must include a forward slash. For example, the path value /resource/subresource must be encoded as /~1resource~1subresource. To specify the root path, use only a slash (/). To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    ThrottlingBurstLimit int
    Specifies the throttling burst limit.
    ThrottlingRateLimit int
    Specifies the throttling rate limit.
    cacheDataEncrypted Boolean
    Specifies whether the cached responses are encrypted.
    cacheTtlInSeconds Integer
    Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached.
    cachingEnabled Boolean
    Specifies whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached.
    dataTraceEnabled Boolean
    Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs. This can be useful to troubleshoot APIs, but can result in logging sensitive data. We recommend that you don't enable this option for production APIs.
    httpMethod String
    The HTTP method. To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    loggingLevel String
    Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs. Valid values are OFF, ERROR, and INFO. Choose ERROR to write only error-level entries to CloudWatch Logs, or choose INFO to include all ERROR events as well as extra informational events.
    metricsEnabled Boolean
    Specifies whether Amazon CloudWatch metrics are enabled for this method.
    resourcePath String
    The resource path for this method. Forward slashes (/) are encoded as ~1 and the initial slash must include a forward slash. For example, the path value /resource/subresource must be encoded as /~1resource~1subresource. To specify the root path, use only a slash (/). To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    throttlingBurstLimit Integer
    Specifies the throttling burst limit.
    throttlingRateLimit Integer
    Specifies the throttling rate limit.
    cacheDataEncrypted boolean
    Specifies whether the cached responses are encrypted.
    cacheTtlInSeconds number
    Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached.
    cachingEnabled boolean
    Specifies whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached.
    dataTraceEnabled boolean
    Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs. This can be useful to troubleshoot APIs, but can result in logging sensitive data. We recommend that you don't enable this option for production APIs.
    httpMethod string
    The HTTP method. To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    loggingLevel string
    Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs. Valid values are OFF, ERROR, and INFO. Choose ERROR to write only error-level entries to CloudWatch Logs, or choose INFO to include all ERROR events as well as extra informational events.
    metricsEnabled boolean
    Specifies whether Amazon CloudWatch metrics are enabled for this method.
    resourcePath string
    The resource path for this method. Forward slashes (/) are encoded as ~1 and the initial slash must include a forward slash. For example, the path value /resource/subresource must be encoded as /~1resource~1subresource. To specify the root path, use only a slash (/). To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    throttlingBurstLimit number
    Specifies the throttling burst limit.
    throttlingRateLimit number
    Specifies the throttling rate limit.
    cache_data_encrypted bool
    Specifies whether the cached responses are encrypted.
    cache_ttl_in_seconds int
    Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached.
    caching_enabled bool
    Specifies whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached.
    data_trace_enabled bool
    Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs. This can be useful to troubleshoot APIs, but can result in logging sensitive data. We recommend that you don't enable this option for production APIs.
    http_method str
    The HTTP method. To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    logging_level str
    Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs. Valid values are OFF, ERROR, and INFO. Choose ERROR to write only error-level entries to CloudWatch Logs, or choose INFO to include all ERROR events as well as extra informational events.
    metrics_enabled bool
    Specifies whether Amazon CloudWatch metrics are enabled for this method.
    resource_path str
    The resource path for this method. Forward slashes (/) are encoded as ~1 and the initial slash must include a forward slash. For example, the path value /resource/subresource must be encoded as /~1resource~1subresource. To specify the root path, use only a slash (/). To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    throttling_burst_limit int
    Specifies the throttling burst limit.
    throttling_rate_limit int
    Specifies the throttling rate limit.
    cacheDataEncrypted Boolean
    Specifies whether the cached responses are encrypted.
    cacheTtlInSeconds Number
    Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response will be cached.
    cachingEnabled Boolean
    Specifies whether responses should be cached and returned for requests. A cache cluster must be enabled on the stage for responses to be cached.
    dataTraceEnabled Boolean
    Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon CloudWatch Logs. This can be useful to troubleshoot APIs, but can result in logging sensitive data. We recommend that you don't enable this option for production APIs.
    httpMethod String
    The HTTP method. To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    loggingLevel String
    Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs. Valid values are OFF, ERROR, and INFO. Choose ERROR to write only error-level entries to CloudWatch Logs, or choose INFO to include all ERROR events as well as extra informational events.
    metricsEnabled Boolean
    Specifies whether Amazon CloudWatch metrics are enabled for this method.
    resourcePath String
    The resource path for this method. Forward slashes (/) are encoded as ~1 and the initial slash must include a forward slash. For example, the path value /resource/subresource must be encoded as /~1resource~1subresource. To specify the root path, use only a slash (/). To apply settings to multiple resources and methods, specify an asterisk (*) for the HttpMethod and /* for the ResourcePath. This parameter is required when you specify a MethodSetting.
    throttlingBurstLimit Number
    Specifies the throttling burst limit.
    throttlingRateLimit Number
    Specifies the throttling rate limit.

    SystemDataResponse, SystemDataResponseArgs

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    Tag, TagArgs

    Key string
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    Value string
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    Key string
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    Value string
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    key String
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    value String
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    key string
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    value string
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    key str
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    value str
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    key String
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    value String
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    TagResponse, TagResponseArgs

    Key string
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    Value string
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    Key string
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    Value string
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    key String
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    value String
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    key string
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    value string
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    key str
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    value str
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    key String
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    value String
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    Import

    An existing resource can be imported using its type token, name, and identifier, e.g.

    $ pulumi import azure-native:awsconnector:ApiGatewayStage ldforro /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AwsConnector/apiGatewayStages/{name} 
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi