Table of Contents

Interface IApiDefinitionS3Location

Namespace
Amazon.CDK.AWS.APIGateway
Assembly
Amazon.CDK.AWS.APIGateway.dll

S3 location of the API definition file.

public interface IApiDefinitionS3Location

Examples

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

            var apiDefinitionS3Location = new ApiDefinitionS3Location {
                Bucket = "bucket",
                Key = "key",

                // the properties below are optional
                Version = "version"
            };

Remarks

ExampleMetadata: fixture=_generated

Properties

Bucket

The S3 bucket.

string Bucket { get; }

Property Value

string

Key

The S3 key.

string Key { get; }

Property Value

string

Version

An optional version.

string? Version { get; }

Property Value

string

Remarks

Default: - latest version