MinIO v0.15.4 published on Monday, Jun 24, 2024 by Pulumi
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 string
- The unique name of the resource.
- args S3BucketServerSideEncryptionArgs
- 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 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 string
- The unique name of the resource.
- args S3BucketServerSideEncryptionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args S3BucketServerSideEncryptionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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
The S3BucketServerSideEncryption resource accepts the following input properties:
- Bucket string
- Encryption
Type string - Kms
Key stringId
- Bucket string
- Encryption
Type string - Kms
Key stringId
- bucket String
- encryption
Type String - kms
Key StringId
- bucket string
- encryption
Type string - kms
Key stringId
- bucket str
- encryption_
type str - kms_
key_ strid
- bucket String
- encryption
Type String - kms
Key StringId
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)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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 string
- Encryption
Type string - Kms
Key stringId
- Bucket string
- Encryption
Type string - Kms
Key stringId
- bucket String
- encryption
Type String - kms
Key StringId
- bucket string
- encryption
Type string - kms
Key stringId
- bucket str
- encryption_
type str - kms_
key_ strid
- bucket String
- 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.