Skip to content

Commit e870d32

Browse files
rquitalesgithub-actions[bot]
authored andcommitted
[automated] Add generated SDKs
1 parent 35c9a1a commit e870d32

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

sdk/dotnet/S3/Bucket.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ public partial class Bucket : global::Pulumi.CustomResource
503503
/// The name of the bucket. If omitted, this provider will assign a random, unique name. Must be lowercase and less than or equal to 63 characters in length. A full list of bucket naming rules [may be found here](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html).
504504
/// </summary>
505505
[Output("bucket")]
506-
public Output<string> BucketName { get; private set; } = null!;
506+
public Output<string> BucketNameNew { get; private set; } = null!;
507507

508508
/// <summary>
509509
/// The bucket domain name. Will be of format `bucketname.s3.amazonaws.com`.
@@ -704,7 +704,7 @@ public sealed class BucketArgs : global::Pulumi.ResourceArgs
704704
/// The name of the bucket. If omitted, this provider will assign a random, unique name. Must be lowercase and less than or equal to 63 characters in length. A full list of bucket naming rules [may be found here](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html).
705705
/// </summary>
706706
[Input("bucket")]
707-
public Input<string>? BucketName { get; set; }
707+
public Input<string>? BucketNameNew { get; set; }
708708

709709
/// <summary>
710710
/// Creates a unique bucket name beginning with the specified prefix. Conflicts with `bucket`. Must be lowercase and less than or equal to 37 characters in length. A full list of bucket naming rules [may be found here](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html).
@@ -873,7 +873,7 @@ public sealed class BucketState : global::Pulumi.ResourceArgs
873873
/// The name of the bucket. If omitted, this provider will assign a random, unique name. Must be lowercase and less than or equal to 63 characters in length. A full list of bucket naming rules [may be found here](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html).
874874
/// </summary>
875875
[Input("bucket")]
876-
public Input<string>? BucketName { get; set; }
876+
public Input<string>? BucketNameNew { get; set; }
877877

878878
/// <summary>
879879
/// The bucket domain name. Will be of format `bucketname.s3.amazonaws.com`.

sdk/dotnet/Xray/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

0 commit comments

Comments
 (0)