minio.S3BucketServerSideEncryption
Explore with Pulumi AI
Create S3BucketServerSideEncryption Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new S3BucketServerSideEncryption(name: string, args: S3BucketServerSideEncryptionArgs, opts?: CustomResourceOptions);
@overload
def S3BucketServerSideEncryption(resource_name: str,
args: S3BucketServerSideEncryptionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def S3BucketServerSideEncryption(resource_name: str,
opts: Optional[ResourceOptions] = None,
bucket: Optional[str] = None,
encryption_type: Optional[str] = None,
kms_key_id: Optional[str] = None)
func NewS3BucketServerSideEncryption(ctx *Context, name string, args S3BucketServerSideEncryptionArgs, opts ...ResourceOption) (*S3BucketServerSideEncryption, error)
public S3BucketServerSideEncryption(string name, S3BucketServerSideEncryptionArgs args, CustomResourceOptions? opts = null)
public S3BucketServerSideEncryption(String name, S3BucketServerSideEncryptionArgs args)
public S3BucketServerSideEncryption(String name, S3BucketServerSideEncryptionArgs args, CustomResourceOptions options)
type: minio:S3BucketServerSideEncryption
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. S3BucketServerSideEncryptionArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. S3BucketServerSideEncryptionArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. S3BucketServerSideEncryptionArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. S3BucketServerSideEncryptionArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. S3BucketServerSideEncryptionArgs - 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 s3bucketServerSideEncryptionResource = new Minio.S3BucketServerSideEncryption("s3bucketServerSideEncryptionResource", new()
{
Bucket = "string",
EncryptionType = "string",
KmsKeyId = "string",
});
example, err := minio.NewS3BucketServerSideEncryption(ctx, "s3bucketServerSideEncryptionResource", &minio.S3BucketServerSideEncryptionArgs{
Bucket: pulumi.String("string"),
EncryptionType: pulumi.String("string"),
KmsKeyId: pulumi.String("string"),
})
var s3bucketServerSideEncryptionResource = new S3BucketServerSideEncryption("s3bucketServerSideEncryptionResource", S3BucketServerSideEncryptionArgs.builder()
.bucket("string")
.encryptionType("string")
.kmsKeyId("string")
.build());
s3bucket_server_side_encryption_resource = minio.S3BucketServerSideEncryption("s3bucketServerSideEncryptionResource",
bucket="string",
encryption_type="string",
kms_key_id="string")
const s3bucketServerSideEncryptionResource = new minio.S3BucketServerSideEncryption("s3bucketServerSideEncryptionResource", {
bucket: "string",
encryptionType: "string",
kmsKeyId: "string",
});
type: minio:S3BucketServerSideEncryption
properties:
bucket: string
encryptionType: string
kmsKeyId: string
S3BucketServerSideEncryption 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 S3BucketServerSideEncryption resource accepts the following input properties:
- Bucket
This property is required. Changes to this property will trigger replacement.
- Encryption
Type This property is required. string - Kms
Key Id This property is required. string
- Bucket
This property is required. Changes to this property will trigger replacement.
- Encryption
Type This property is required. string - Kms
Key Id This property is required. string
- bucket
This property is required. Changes to this property will trigger replacement.
- encryption
Type This property is required. String - kms
Key Id This property is required. String
- bucket
This property is required. Changes to this property will trigger replacement.
- encryption
Type This property is required. string - kms
Key Id This property is required. string
- bucket
This property is required. Changes to this property will trigger replacement.
- encryption_
type This property is required. str - kms_
key_ id This property is required. str
- bucket
This property is required. Changes to this property will trigger replacement.
- encryption
Type This property is required. String - kms
Key Id This property is required. String
Outputs
All input properties are implicitly available as output properties. Additionally, the S3BucketServerSideEncryption resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing S3BucketServerSideEncryption Resource
Get an existing S3BucketServerSideEncryption resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: S3BucketServerSideEncryptionState, opts?: CustomResourceOptions): S3BucketServerSideEncryption
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
bucket: Optional[str] = None,
encryption_type: Optional[str] = None,
kms_key_id: Optional[str] = None) -> S3BucketServerSideEncryption
func GetS3BucketServerSideEncryption(ctx *Context, name string, id IDInput, state *S3BucketServerSideEncryptionState, opts ...ResourceOption) (*S3BucketServerSideEncryption, error)
public static S3BucketServerSideEncryption Get(string name, Input<string> id, S3BucketServerSideEncryptionState? state, CustomResourceOptions? opts = null)
public static S3BucketServerSideEncryption get(String name, Output<String> id, S3BucketServerSideEncryptionState state, CustomResourceOptions options)
resources: _: type: minio:S3BucketServerSideEncryption get: id: ${id}
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
This property is required. - The unique name of the resulting resource.
- id
This property is required. - The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Bucket
Changes to this property will trigger replacement.
- Encryption
Type string - Kms
Key stringId
- Bucket
Changes to this property will trigger replacement.
- Encryption
Type string - Kms
Key stringId
- bucket
Changes to this property will trigger replacement.
- encryption
Type String - kms
Key StringId
- bucket
Changes to this property will trigger replacement.
- encryption
Type string - kms
Key stringId
- bucket
Changes to this property will trigger replacement.
- encryption_
type str - kms_
key_ strid
- bucket
Changes to this property will trigger replacement.
- encryption
Type String - kms
Key StringId
Package Details
- Repository
- MinIO pulumi/pulumi-minio
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
minio
Terraform Provider.