Skip to content

Commit

Permalink
Upgrade to v3.17.0 of the AWS Terraform Provider (#1229)
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 authored Nov 26, 2020
1 parent 8a8be28 commit 4fa1a4a
Show file tree
Hide file tree
Showing 156 changed files with 13,256 additions and 815 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CHANGELOG
=========

## HEAD (Unreleased)
_(none)_
* Upgrade to v3.17.0 of the AWS Terraform Provider

---

Expand Down
1,759 changes: 1,649 additions & 110 deletions provider/cmd/pulumi-resource-aws/schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v12.4.3+incompatible
github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20200910230100-328eb4ff41df
github.com/hashicorp/vault => github.com/hashicorp/vault v1.2.0
github.com/terraform-providers/terraform-provider-aws => github.com/pulumi/terraform-provider-aws v1.38.1-0.20201119164921-f86fa4f14f6e
github.com/terraform-providers/terraform-provider-aws => github.com/pulumi/terraform-provider-aws v1.38.1-0.20201124132544-e98c8e798ae4
)
12 changes: 8 additions & 4 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ github.com/aws/aws-sdk-go v1.19.39/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpi
github.com/aws/aws-sdk-go v1.25.3/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/aws/aws-sdk-go v1.31.9/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
github.com/aws/aws-sdk-go v1.31.13/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0=
github.com/aws/aws-sdk-go v1.35.30 h1:ZT+70Tw1ar5U2bL81ZyIvcLorxlD1UoxoIgjsEkismY=
github.com/aws/aws-sdk-go v1.35.30/go.mod h1:tlPOdRjfxPBpNIwqDj61rmsnA85v9jc0Ps9+muhnW+k=
github.com/aws/aws-sdk-go v1.35.34 h1:PfsnVvEq7FgsgIOsW8YeParB9ZknW4NXPXcsgqt4srE=
github.com/aws/aws-sdk-go v1.35.34/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
github.com/beevik/etree v1.1.0 h1:T0xke/WvNtMoCqgzPhkX2r4rjY3GDZFi+FjpRZY2Jbs=
github.com/beevik/etree v1.1.0/go.mod h1:r8Aw8JqVegEf0w2fDnATrX9VpkMcyFeM0FhwO62wh+A=
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
Expand Down Expand Up @@ -554,8 +554,8 @@ github.com/pulumi/pulumi/sdk/v2 v2.13.3-0.20201109230029-a6f8b9b205cd h1:acvoTtW
github.com/pulumi/pulumi/sdk/v2 v2.13.3-0.20201109230029-a6f8b9b205cd/go.mod h1:Z9ifPo/Q0+hUpAyguVx2gp5Sx+CBumnWvYQDhrM8l3E=
github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20200910230100-328eb4ff41df h1:kXSvfAz43o0D0gfxUqVCOP3NrfnGbptJBshVsqZlBqA=
github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20200910230100-328eb4ff41df/go.mod h1:pVZLnLuSe/yv0XqTHFPb8xRGWPwgANT77jHeHqjXS5o=
github.com/pulumi/terraform-provider-aws v1.38.1-0.20201119164921-f86fa4f14f6e h1:EkQAh7F/iZ0C0Bp4xDWViPdeUEygMXAD7R0kAaXWgqU=
github.com/pulumi/terraform-provider-aws v1.38.1-0.20201119164921-f86fa4f14f6e/go.mod h1:sToOUnPCXFPwMljH57zM6uOI3q1YVREy4GSlg1Wm8/Y=
github.com/pulumi/terraform-provider-aws v1.38.1-0.20201124132544-e98c8e798ae4 h1:L7oTH4tO/1o+T2Ss4U1ootsVniPKFsF06VbhpIqX2Vw=
github.com/pulumi/terraform-provider-aws v1.38.1-0.20201124132544-e98c8e798ae4/go.mod h1:YUDxVVdcBoz4iCISY1LpymaHpwSS4sd26l8qqVtiW6M=
github.com/rjeczalik/notify v0.9.2/go.mod h1:aErll2f0sUX9PXZnVNyeiObbmTlk5jnMoCa4QEjJeqM=
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
Expand Down Expand Up @@ -748,6 +748,8 @@ golang.org/x/net v0.0.0-20200625001655-4c5254603344 h1:vGXIOMxbNfDTk/aXCmfdLgkrS
golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
golang.org/x/net v0.0.0-20200707034311-ab3426394381 h1:VXak5I6aEWmAXeQjA+QSZzlgNrpq9mjcfDemuexIKsU=
golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b h1:uwuIcX0g4Yl1NC5XAz37xsr2lTtcqevgzYNVt49waME=
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
Expand Down Expand Up @@ -811,6 +813,8 @@ golang.org/x/sys v0.0.0-20200523222454-059865788121 h1:rITEj+UZHYC927n8GT97eC3zr
golang.org/x/sys v0.0.0-20200523222454-059865788121/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 h1:OjiUf46hAmXblsZdnoSXsEUSKU8r1UEzcL5RVZ4gO9Y=
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f h1:+Nyd8tzPX9R7BWHguqsrbFdRx3WQ/1ib8I44HXV5yTA=
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
Expand Down
17 changes: 14 additions & 3 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ const (
sagemakerMod = "Sagemaker" // Sagemaker
securityhubMod = "SecurityHub" // SecurityHub
sesMod = "Ses" // Simple Email Service (SES)
signerMod = "Signer" // Signer
s3Mod = "S3" // Simple Storage (S3)
s3ControlMod = "S3Control" // S3 Control
s3OutpostsMod = "S3Outposts" // S3 Outposts
Expand Down Expand Up @@ -1657,6 +1658,7 @@ func Provider() tfbridge.ProviderInfo {
},
"aws_lambda_provisioned_concurrency_config": {Tok: awsResource(lambdaMod, "ProvisionedConcurrencyConfig")},
"aws_lambda_function_event_invoke_config": {Tok: awsResource(lambdaMod, "FunctionEventInvokeConfig")},
"aws_lambda_code_signing_config": {Tok: awsResource(lambdaMod, "CodeSigningConfig")},
// License Manager
"aws_licensemanager_association": {Tok: awsResource(licensemanagerMod, "Association")},
"aws_licensemanager_license_configuration": {Tok: awsResource(licensemanagerMod, "LicenseConfiguration")},
Expand Down Expand Up @@ -2333,6 +2335,11 @@ func Provider() tfbridge.ProviderInfo {
},
},
},

// signer
"aws_signer_signing_job": {Tok: awsResource(signerMod, "SigningJob")},
"aws_signer_signing_profile": {Tok: awsResource(signerMod, "SigningProfile")},
"aws_signer_signing_profile_permission": {Tok: awsResource(signerMod, "SigningProfilePermission")},
},
ExtraTypes: map[string]schema.ComplexTypeSpec{
"aws::Region": {
Expand Down Expand Up @@ -3327,9 +3334,10 @@ func Provider() tfbridge.ProviderInfo {
},
},
},
"aws_lambda_invocation": {Tok: awsDataSource(lambdaMod, "getInvocation")},
"aws_lambda_layer_version": {Tok: awsDataSource(lambdaMod, "getLayerVersion")},
"aws_lambda_alias": {Tok: awsDataSource(lambdaMod, "getAlias")},
"aws_lambda_invocation": {Tok: awsDataSource(lambdaMod, "getInvocation")},
"aws_lambda_layer_version": {Tok: awsDataSource(lambdaMod, "getLayerVersion")},
"aws_lambda_alias": {Tok: awsDataSource(lambdaMod, "getAlias")},
"aws_lambda_code_signing_config": {Tok: awsDataSource(lambdaMod, "getCodeSigningConfig")},
// MQ
"aws_mq_broker": {
Tok: awsDataSource(mqMod, "getBroker"),
Expand Down Expand Up @@ -3477,6 +3485,9 @@ func Provider() tfbridge.ProviderInfo {
"aws_imagebuilder_infrastructure_configuration": {
Tok: awsDataSource(imageBuilderMod, "getInfrastructureConfiguration"),
},
//signer
"aws_signer_signing_job": {Tok: awsDataSource(signerMod, "getSigningJob")},
"aws_signer_signing_profile": {Tok: awsDataSource(signerMod, "getSigningProfile")},
},
JavaScript: &tfbridge.JavaScriptInfo{
Dependencies: map[string]string{
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/CodeBuild/Inputs/ProjectEnvironmentArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public InputList<Inputs.ProjectEnvironmentEnvironmentVariableArgs> EnvironmentVa
}

/// <summary>
/// The Docker image to use for this build project. Valid values include [Docker images provided by CodeBuild](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html) (e.g `aws/codebuild/standard:2.0`), [Docker Hub images](https://hub.docker.com/) (e.g. `nginx:latest`), and full Docker repository URIs such as those for ECR (e.g. `137112412989.dkr.ecr.us-west-2.amazonaws.com/amazonlinux:latest`).
/// The Docker image to use for this build project. Valid values include [Docker images provided by CodeBuild](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html) (e.g `aws/codebuild/standard:2.0`), [Docker Hub images](https://hub.docker.com/) (e.g. `pulumi/pulumi:latest`), and full Docker repository URIs such as those for ECR (e.g. `137112412989.dkr.ecr.us-west-2.amazonaws.com/amazonlinux:latest`).
/// </summary>
[Input("image", required: true)]
public Input<string> Image { get; set; } = null!;
Expand All @@ -61,7 +61,7 @@ public InputList<Inputs.ProjectEnvironmentEnvironmentVariableArgs> EnvironmentVa
public Input<Inputs.ProjectEnvironmentRegistryCredentialArgs>? RegistryCredential { get; set; }

/// <summary>
/// The type of build environment to use for related builds. Available values are: `LINUX_CONTAINER`, `LINUX_GPU_CONTAINER`, `WINDOWS_CONTAINER` or `ARM_CONTAINER`.
/// The type of build environment to use for related builds. Available values are: `LINUX_CONTAINER`, `LINUX_GPU_CONTAINER`, `WINDOWS_CONTAINER` (deprecated), `WINDOWS_SERVER_2019_CONTAINER` or `ARM_CONTAINER`. For additional information, see the [CodeBuild User Guide](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html).
/// </summary>
[Input("type", required: true)]
public Input<string> Type { get; set; } = null!;
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/CodeBuild/Inputs/ProjectEnvironmentGetArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public InputList<Inputs.ProjectEnvironmentEnvironmentVariableGetArgs> Environmen
}

/// <summary>
/// The Docker image to use for this build project. Valid values include [Docker images provided by CodeBuild](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html) (e.g `aws/codebuild/standard:2.0`), [Docker Hub images](https://hub.docker.com/) (e.g. `nginx:latest`), and full Docker repository URIs such as those for ECR (e.g. `137112412989.dkr.ecr.us-west-2.amazonaws.com/amazonlinux:latest`).
/// The Docker image to use for this build project. Valid values include [Docker images provided by CodeBuild](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html) (e.g `aws/codebuild/standard:2.0`), [Docker Hub images](https://hub.docker.com/) (e.g. `pulumi/pulumi:latest`), and full Docker repository URIs such as those for ECR (e.g. `137112412989.dkr.ecr.us-west-2.amazonaws.com/amazonlinux:latest`).
/// </summary>
[Input("image", required: true)]
public Input<string> Image { get; set; } = null!;
Expand All @@ -61,7 +61,7 @@ public InputList<Inputs.ProjectEnvironmentEnvironmentVariableGetArgs> Environmen
public Input<Inputs.ProjectEnvironmentRegistryCredentialGetArgs>? RegistryCredential { get; set; }

/// <summary>
/// The type of build environment to use for related builds. Available values are: `LINUX_CONTAINER`, `LINUX_GPU_CONTAINER`, `WINDOWS_CONTAINER` or `ARM_CONTAINER`.
/// The type of build environment to use for related builds. Available values are: `LINUX_CONTAINER`, `LINUX_GPU_CONTAINER`, `WINDOWS_CONTAINER` (deprecated), `WINDOWS_SERVER_2019_CONTAINER` or `ARM_CONTAINER`. For additional information, see the [CodeBuild User Guide](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html).
/// </summary>
[Input("type", required: true)]
public Input<string> Type { get; set; } = null!;
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/CodeBuild/Outputs/ProjectEnvironment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public sealed class ProjectEnvironment
/// </summary>
public readonly ImmutableArray<Outputs.ProjectEnvironmentEnvironmentVariable> EnvironmentVariables;
/// <summary>
/// The Docker image to use for this build project. Valid values include [Docker images provided by CodeBuild](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html) (e.g `aws/codebuild/standard:2.0`), [Docker Hub images](https://hub.docker.com/) (e.g. `nginx:latest`), and full Docker repository URIs such as those for ECR (e.g. `137112412989.dkr.ecr.us-west-2.amazonaws.com/amazonlinux:latest`).
/// The Docker image to use for this build project. Valid values include [Docker images provided by CodeBuild](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html) (e.g `aws/codebuild/standard:2.0`), [Docker Hub images](https://hub.docker.com/) (e.g. `pulumi/pulumi:latest`), and full Docker repository URIs such as those for ECR (e.g. `137112412989.dkr.ecr.us-west-2.amazonaws.com/amazonlinux:latest`).
/// </summary>
public readonly string Image;
/// <summary>
Expand All @@ -42,7 +42,7 @@ public sealed class ProjectEnvironment
/// </summary>
public readonly Outputs.ProjectEnvironmentRegistryCredential? RegistryCredential;
/// <summary>
/// The type of build environment to use for related builds. Available values are: `LINUX_CONTAINER`, `LINUX_GPU_CONTAINER`, `WINDOWS_CONTAINER` or `ARM_CONTAINER`.
/// The type of build environment to use for related builds. Available values are: `LINUX_CONTAINER`, `LINUX_GPU_CONTAINER`, `WINDOWS_CONTAINER` (deprecated), `WINDOWS_SERVER_2019_CONTAINER` or `ARM_CONTAINER`. For additional information, see the [CodeBuild User Guide](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html).
/// </summary>
public readonly string Type;

Expand Down
1 change: 1 addition & 0 deletions sdk/dotnet/Config/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ public class Endpoints
public string? Servicequotas { get; set; } = null!;
public string? Ses { get; set; } = null!;
public string? Shield { get; set; } = null!;
public string? Signer { get; set; } = null!;
public string? Sns { get; set; } = null!;
public string? Sqs { get; set; } = null!;
public string? Ssm { get; set; } = null!;
Expand Down
30 changes: 30 additions & 0 deletions sdk/dotnet/Glue/CatalogTable.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ public partial class CatalogTable : Pulumi.CustomResource
[Output("parameters")]
public Output<ImmutableDictionary<string, string>?> Parameters { get; private set; } = null!;

/// <summary>
/// A list of partition indexes. see Partition Index below.
/// </summary>
[Output("partitionIndices")]
public Output<ImmutableArray<Outputs.CatalogTablePartitionIndex>> PartitionIndices { get; private set; } = null!;

/// <summary>
/// A list of columns by which the table is partitioned. Only primitive types are supported as partition keys. see Partition Keys below.
/// </summary>
Expand Down Expand Up @@ -280,6 +286,18 @@ public InputMap<string> Parameters
set => _parameters = value;
}

[Input("partitionIndices")]
private InputList<Inputs.CatalogTablePartitionIndexArgs>? _partitionIndices;

/// <summary>
/// A list of partition indexes. see Partition Index below.
/// </summary>
public InputList<Inputs.CatalogTablePartitionIndexArgs> PartitionIndices
{
get => _partitionIndices ?? (_partitionIndices = new InputList<Inputs.CatalogTablePartitionIndexArgs>());
set => _partitionIndices = value;
}

[Input("partitionKeys")]
private InputList<Inputs.CatalogTablePartitionKeyArgs>? _partitionKeys;

Expand Down Expand Up @@ -377,6 +395,18 @@ public InputMap<string> Parameters
set => _parameters = value;
}

[Input("partitionIndices")]
private InputList<Inputs.CatalogTablePartitionIndexGetArgs>? _partitionIndices;

/// <summary>
/// A list of partition indexes. see Partition Index below.
/// </summary>
public InputList<Inputs.CatalogTablePartitionIndexGetArgs> PartitionIndices
{
get => _partitionIndices ?? (_partitionIndices = new InputList<Inputs.CatalogTablePartitionIndexGetArgs>());
set => _partitionIndices = value;
}

[Input("partitionKeys")]
private InputList<Inputs.CatalogTablePartitionKeyGetArgs>? _partitionKeys;

Expand Down
51 changes: 48 additions & 3 deletions sdk/dotnet/Glue/Crawler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,51 @@ namespace Pulumi.Aws.Glue
///
/// }
/// ```
/// ### Configuration Settings
///
/// ```csharp
/// using System.Collections.Generic;
/// using System.Text.Json;
/// using Pulumi;
/// using Aws = Pulumi.Aws;
///
/// class MyStack : Stack
/// {
/// public MyStack()
/// {
/// var eventsCrawler = new Aws.Glue.Crawler("eventsCrawler", new Aws.Glue.CrawlerArgs
/// {
/// DatabaseName = aws_glue_catalog_database.Glue_database.Name,
/// Schedule = "cron(0 1 * * ? *)",
/// Role = aws_iam_role.Glue_role.Arn,
/// Tags = @var.Tags,
/// Configuration = JsonSerializer.Serialize(new Dictionary&lt;string, object?&gt;
/// {
/// { "Grouping", new Dictionary&lt;string, object?&gt;
/// {
/// { "TableGroupingPolicy", "CombineCompatibleSchemas" },
/// } },
/// { "CrawlerOutput", new Dictionary&lt;string, object?&gt;
/// {
/// { "Partitions", new Dictionary&lt;string, object?&gt;
/// {
/// { "AddOrUpdateBehavior", "InheritFromTable" },
/// } },
/// } },
/// { "Version", 1 },
/// }),
/// S3Targets =
/// {
/// new Aws.Glue.Inputs.CrawlerS3TargetArgs
/// {
/// Path = $"s3://{aws_s3_bucket.Data_lake_bucket.Bucket}",
/// },
/// },
/// });
/// }
///
/// }
/// ```
///
/// ## Import
///
Expand Down Expand Up @@ -187,7 +232,7 @@ public partial class Crawler : Pulumi.CustomResource
public Output<ImmutableArray<string>> Classifiers { get; private set; } = null!;

/// <summary>
/// JSON string of configuration information.
/// JSON string of configuration information. For more details see [Setting Crawler Configuration Options](https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html).
/// </summary>
[Output("configuration")]
public Output<string?> Configuration { get; private set; } = null!;
Expand Down Expand Up @@ -337,7 +382,7 @@ public InputList<string> Classifiers
}

/// <summary>
/// JSON string of configuration information.
/// JSON string of configuration information. For more details see [Setting Crawler Configuration Options](https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html).
/// </summary>
[Input("configuration")]
public Input<string>? Configuration { get; set; }
Expand Down Expand Up @@ -484,7 +529,7 @@ public InputList<string> Classifiers
}

/// <summary>
/// JSON string of configuration information.
/// JSON string of configuration information. For more details see [Setting Crawler Configuration Options](https://docs.aws.amazon.com/glue/latest/dg/crawler-configuration.html).
/// </summary>
[Input("configuration")]
public Input<string>? Configuration { get; set; }
Expand Down
Loading

0 comments on commit 4fa1a4a

Please sign in to comment.