Documentation
¶
Index ¶
- func CfnAccessPoint_ArnForAccessPoint(resource interfacesawss3express.IAccessPointRef) *string
- func CfnAccessPoint_CFN_RESOURCE_TYPE_NAME() *string
- func CfnAccessPoint_FromAccessPointArn(scope constructs.Construct, id *string, arn *string) interfacesawss3express.IAccessPointRef
- func CfnAccessPoint_FromAccessPointName(scope constructs.Construct, id *string, accessPointName *string) interfacesawss3express.IAccessPointRef
- func CfnAccessPoint_IsCfnAccessPoint(x interface{}) *bool
- func CfnAccessPoint_IsCfnElement(x interface{}) *bool
- func CfnAccessPoint_IsCfnResource(x interface{}) *bool
- func CfnAccessPoint_IsConstruct(x interface{}) *bool
- func CfnBucketPolicy_CFN_RESOURCE_TYPE_NAME() *string
- func CfnBucketPolicy_IsCfnBucketPolicy(x interface{}) *bool
- func CfnBucketPolicy_IsCfnElement(x interface{}) *bool
- func CfnBucketPolicy_IsCfnResource(x interface{}) *bool
- func CfnBucketPolicy_IsConstruct(x interface{}) *bool
- func CfnDirectoryBucket_ArnForDirectoryBucket(resource interfacesawss3express.IDirectoryBucketRef) *string
- func CfnDirectoryBucket_CFN_RESOURCE_TYPE_NAME() *string
- func CfnDirectoryBucket_FromBucketName(scope constructs.Construct, id *string, bucketName *string) interfacesawss3express.IDirectoryBucketRef
- func CfnDirectoryBucket_FromDirectoryBucketArn(scope constructs.Construct, id *string, arn *string) interfacesawss3express.IDirectoryBucketRef
- func CfnDirectoryBucket_IsCfnDirectoryBucket(x interface{}) *bool
- func CfnDirectoryBucket_IsCfnElement(x interface{}) *bool
- func CfnDirectoryBucket_IsCfnResource(x interface{}) *bool
- func CfnDirectoryBucket_IsConstruct(x interface{}) *bool
- func NewCfnAccessPoint_Override(c CfnAccessPoint, scope constructs.Construct, id *string, ...)
- func NewCfnBucketPolicy_Override(c CfnBucketPolicy, scope constructs.Construct, id *string, ...)
- func NewCfnDirectoryBucket_Override(c CfnDirectoryBucket, scope constructs.Construct, id *string, ...)
- type CfnAccessPoint
- type CfnAccessPointProps
- type CfnAccessPoint_PublicAccessBlockConfigurationProperty
- type CfnAccessPoint_ScopeProperty
- type CfnAccessPoint_VpcConfigurationProperty
- type CfnBucketPolicy
- type CfnBucketPolicyProps
- type CfnDirectoryBucket
- type CfnDirectoryBucketProps
- type CfnDirectoryBucket_AbortIncompleteMultipartUploadProperty
- type CfnDirectoryBucket_BucketEncryptionProperty
- type CfnDirectoryBucket_DestinationProperty
- type CfnDirectoryBucket_InventoryConfigurationProperty
- type CfnDirectoryBucket_LifecycleConfigurationProperty
- type CfnDirectoryBucket_MetricsConfigurationProperty
- type CfnDirectoryBucket_RuleProperty
- type CfnDirectoryBucket_ServerSideEncryptionByDefaultProperty
- type CfnDirectoryBucket_ServerSideEncryptionRuleProperty
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CfnAccessPoint_ArnForAccessPoint ¶ added in v2.227.0
func CfnAccessPoint_ArnForAccessPoint(resource interfacesawss3express.IAccessPointRef) *string
func CfnAccessPoint_CFN_RESOURCE_TYPE_NAME ¶ added in v2.200.0
func CfnAccessPoint_CFN_RESOURCE_TYPE_NAME() *string
func CfnAccessPoint_FromAccessPointArn ¶ added in v2.218.0
func CfnAccessPoint_FromAccessPointArn(scope constructs.Construct, id *string, arn *string) interfacesawss3express.IAccessPointRef
Creates a new IAccessPointRef from an ARN.
func CfnAccessPoint_FromAccessPointName ¶ added in v2.218.0
func CfnAccessPoint_FromAccessPointName(scope constructs.Construct, id *string, accessPointName *string) interfacesawss3express.IAccessPointRef
Creates a new IAccessPointRef from a accessPointName.
func CfnAccessPoint_IsCfnAccessPoint ¶ added in v2.231.0
func CfnAccessPoint_IsCfnAccessPoint(x interface{}) *bool
Checks whether the given object is a CfnAccessPoint.
func CfnAccessPoint_IsCfnElement ¶ added in v2.200.0
func CfnAccessPoint_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element.
func CfnAccessPoint_IsCfnResource ¶ added in v2.200.0
func CfnAccessPoint_IsCfnResource(x interface{}) *bool
Check whether the given object is a CfnResource.
func CfnAccessPoint_IsConstruct ¶ added in v2.200.0
func CfnAccessPoint_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func CfnBucketPolicy_CFN_RESOURCE_TYPE_NAME ¶
func CfnBucketPolicy_CFN_RESOURCE_TYPE_NAME() *string
func CfnBucketPolicy_IsCfnBucketPolicy ¶ added in v2.231.0
func CfnBucketPolicy_IsCfnBucketPolicy(x interface{}) *bool
Checks whether the given object is a CfnBucketPolicy.
func CfnBucketPolicy_IsCfnElement ¶
func CfnBucketPolicy_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element.
func CfnBucketPolicy_IsCfnResource ¶
func CfnBucketPolicy_IsCfnResource(x interface{}) *bool
Check whether the given object is a CfnResource.
func CfnBucketPolicy_IsConstruct ¶
func CfnBucketPolicy_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func CfnDirectoryBucket_ArnForDirectoryBucket ¶ added in v2.227.0
func CfnDirectoryBucket_ArnForDirectoryBucket(resource interfacesawss3express.IDirectoryBucketRef) *string
func CfnDirectoryBucket_CFN_RESOURCE_TYPE_NAME ¶
func CfnDirectoryBucket_CFN_RESOURCE_TYPE_NAME() *string
func CfnDirectoryBucket_FromBucketName ¶ added in v2.218.0
func CfnDirectoryBucket_FromBucketName(scope constructs.Construct, id *string, bucketName *string) interfacesawss3express.IDirectoryBucketRef
Creates a new IDirectoryBucketRef from a bucketName.
func CfnDirectoryBucket_FromDirectoryBucketArn ¶ added in v2.218.0
func CfnDirectoryBucket_FromDirectoryBucketArn(scope constructs.Construct, id *string, arn *string) interfacesawss3express.IDirectoryBucketRef
Creates a new IDirectoryBucketRef from an ARN.
func CfnDirectoryBucket_IsCfnDirectoryBucket ¶ added in v2.231.0
func CfnDirectoryBucket_IsCfnDirectoryBucket(x interface{}) *bool
Checks whether the given object is a CfnDirectoryBucket.
func CfnDirectoryBucket_IsCfnElement ¶
func CfnDirectoryBucket_IsCfnElement(x interface{}) *bool
Returns `true` if a construct is a stack element (i.e. part of the synthesized cloudformation template).
Uses duck-typing instead of `instanceof` to allow stack elements from different versions of this library to be included in the same stack.
Returns: The construct as a stack element or undefined if it is not a stack element.
func CfnDirectoryBucket_IsCfnResource ¶
func CfnDirectoryBucket_IsCfnResource(x interface{}) *bool
Check whether the given object is a CfnResource.
func CfnDirectoryBucket_IsConstruct ¶
func CfnDirectoryBucket_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func NewCfnAccessPoint_Override ¶ added in v2.200.0
func NewCfnAccessPoint_Override(c CfnAccessPoint, scope constructs.Construct, id *string, props *CfnAccessPointProps)
Create a new `AWS::S3Express::AccessPoint`.
func NewCfnBucketPolicy_Override ¶
func NewCfnBucketPolicy_Override(c CfnBucketPolicy, scope constructs.Construct, id *string, props *CfnBucketPolicyProps)
Create a new `AWS::S3Express::BucketPolicy`.
func NewCfnDirectoryBucket_Override ¶
func NewCfnDirectoryBucket_Override(c CfnDirectoryBucket, scope constructs.Construct, id *string, props *CfnDirectoryBucketProps)
Create a new `AWS::S3Express::DirectoryBucket`.
Types ¶
type CfnAccessPoint ¶ added in v2.200.0
type CfnAccessPoint interface {
awscdk.CfnResource
awscdk.IInspectable
interfacesawss3express.IAccessPointRef
awscdk.ITaggableV2
// A reference to a AccessPoint resource.
AccessPointRef() *interfacesawss3express.AccessPointReference
// The ARN of the access point.
AttrArn() *string
// The network configuration of the access point.
AttrNetworkOrigin() *string
// The name of the bucket that you want to associate the access point with.
Bucket() *string
SetBucket(val *string)
// The AWS account ID that owns the bucket associated with this access point.
BucketAccountId() *string
SetBucketAccountId(val *string)
// Tag Manager which manages the tags for this resource.
CdkTagManager() awscdk.TagManager
// Options for this resource, such as condition, update policy etc.
CfnOptions() awscdk.ICfnResourceOptions
CfnProperties() *map[string]interface{}
CfnPropertyNames() *map[string]*string
// AWS resource type.
CfnResourceType() *string
// Returns: the stack trace of the point where this Resource was created from, sourced
// from the +metadata+ entry typed +aws:cdk:logicalId+, and with the bottom-most
// node +internal+ entries filtered.
CreationStack() *[]*string
Env() *interfaces.ResourceEnvironment
// The logical ID for this CloudFormation stack element.
//
// The logical ID of the element
// is calculated from the path of the resource node in the construct tree.
//
// To override this value, use `overrideLogicalId(newLogicalId)`.
//
// Returns: the logical ID as a stringified token. This value will only get
// resolved during synthesis.
LogicalId() *string
// An access point name consists of a base name you provide, followed by the zoneID ( AWS Local Zone) followed by the prefix `--xa-s3` .
Name() *string
SetName(val *string)
// The tree node.
Node() constructs.Node
// The access point policy associated with the specified access point.
Policy() interface{}
SetPolicy(val interface{})
// Public access is blocked by default to access points for directory buckets.
PublicAccessBlockConfiguration() interface{}
SetPublicAccessBlockConfiguration(val interface{})
// Return a string that will be resolved to a CloudFormation `{ Ref }` for this element.
//
// If, by any chance, the intrinsic reference of a resource is not a string, you could
// coerce it to an IResolvable through `Lazy.any({ produce: resource.ref })`.
Ref() *string
// You can use the access point scope to restrict access to specific prefixes, API operations, or a combination of both.
Scope() interface{}
SetScope(val interface{})
// The stack in which this element is defined.
//
// CfnElements must be defined within a stack scope (directly or indirectly).
Stack() awscdk.Stack
// An array of tags that you can apply to access points.
Tags() *[]*awscdk.CfnTag
SetTags(val *[]*awscdk.CfnTag)
// Deprecated.
// Deprecated: use `updatedProperties`
//
// Return properties modified after initiation
//
// Resources that expose mutable properties should override this function to
// collect and return the properties object for this resource.
UpdatedProperites() *map[string]interface{}
// Return properties modified after initiation.
//
// Resources that expose mutable properties should override this function to
// collect and return the properties object for this resource.
UpdatedProperties() *map[string]interface{}
// If you include this field, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).
VpcConfiguration() interface{}
SetVpcConfiguration(val interface{})
// Syntactic sugar for `addOverride(path, undefined)`.
AddDeletionOverride(path *string)
// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
//
// This can be used for resources across stacks (or nested stack) boundaries
// and the dependency will automatically be transferred to the relevant scope.
AddDependency(target awscdk.CfnResource)
// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
// Deprecated: use addDependency.
AddDependsOn(target awscdk.CfnResource)
// Add a value to the CloudFormation Resource Metadata.
// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
//
// Note that this is a different set of metadata from CDK node metadata; this
// metadata ends up in the stack template under the resource, whereas CDK
// node metadata ends up in the Cloud Assembly.
//
AddMetadata(key *string, value interface{})
// Adds an override to the synthesized CloudFormation resource.
//
// To add a
// property override, either use `addPropertyOverride` or prefix `path` with
// "Properties." (i.e. `Properties.TopicName`).
//
// If the override is nested, separate each nested level using a dot (.) in the path parameter.
// If there is an array as part of the nesting, specify the index in the path.
//
// To include a literal `.` in the property name, prefix with a `\`. In most
// programming languages you will need to write this as `"\\."` because the
// `\` itself will need to be escaped.
//
// For example,
// “`typescript
// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.0.Projection.NonKeyAttributes', ['myattribute']);
// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.1.ProjectionType', 'INCLUDE');
// “`
// would add the overrides
// “`json
// "Properties": {
// "GlobalSecondaryIndexes": [
// {
// "Projection": {
// "NonKeyAttributes": [ "myattribute" ]
// ...
// }
// ...
// },
// {
// "ProjectionType": "INCLUDE"
// ...
// },
// ]
// ...
// }
// “`
//
// The `value` argument to `addOverride` will not be processed or translated
// in any way. Pass raw JSON values in here with the correct capitalization
// for CloudFormation. If you pass CDK classes or structs, they will be
// rendered with lowercased key names, and CloudFormation will reject the
// template.
AddOverride(path *string, value interface{})
// Adds an override that deletes the value of a property from the resource definition.
AddPropertyDeletionOverride(propertyPath *string)
// Adds an override to a resource property.
//
// Syntactic sugar for `addOverride("Properties.<...>", value)`.
AddPropertyOverride(propertyPath *string, value interface{})
// Sets the deletion policy of the resource based on the removal policy specified.
//
// The Removal Policy controls what happens to this resource when it stops
// being managed by CloudFormation, either because you've removed it from the
// CDK application or because you've made a change that requires the resource
// to be replaced.
//
// The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS
// account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). In some
// cases, a snapshot can be taken of the resource prior to deletion
// (`RemovalPolicy.SNAPSHOT`). A list of resources that support this policy
// can be found in the following link:.
// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html#aws-attribute-deletionpolicy-options
//
ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions)
CfnPropertyName(cdkPropertyName *string) *string
// Returns a token for an runtime attribute of this resource.
//
// Ideally, use generated attribute accessors (e.g. `resource.arn`), but this can be used for future compatibility
// in case there is no generated attribute.
GetAtt(attributeName *string, typeHint awscdk.ResolutionTypeHint) awscdk.Reference
// Retrieve a value value from the CloudFormation Resource Metadata.
// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
//
// Note that this is a different set of metadata from CDK node metadata; this
// metadata ends up in the stack template under the resource, whereas CDK
// node metadata ends up in the Cloud Assembly.
//
GetMetadata(key *string) interface{}
// Examines the CloudFormation resource and discloses attributes.
Inspect(inspector awscdk.TreeInspector)
// Retrieves an array of resources this resource depends on.
//
// This assembles dependencies on resources across stacks (including nested stacks)
// automatically.
ObtainDependencies() *[]interface{}
// Get a shallow copy of dependencies between this resource and other resources in the same stack.
ObtainResourceDependencies() *[]awscdk.CfnResource
// Overrides the auto-generated logical ID with a specific ID.
OverrideLogicalId(newLogicalId *string)
// Indicates that this resource no longer depends on another resource.
//
// This can be used for resources across stacks (including nested stacks)
// and the dependency will automatically be removed from the relevant scope.
RemoveDependency(target awscdk.CfnResource)
RenderProperties(props *map[string]interface{}) *map[string]interface{}
// Replaces one dependency with another.
ReplaceDependency(target awscdk.CfnResource, newTarget awscdk.CfnResource)
// Can be overridden by subclasses to determine if this resource will be rendered into the cloudformation template.
//
// Returns: `true` if the resource should be included or `false` is the resource
// should be omitted.
ShouldSynthesize() *bool
// Returns a string representation of this construct.
//
// Returns: a string representation of this resource.
ToString() *string
ValidateProperties(_properties interface{})
// Applies one or more mixins to this construct.
//
// Mixins are applied in order. The list of constructs is captured at the
// start of the call, so constructs added by a mixin will not be visited.
// Use multiple `with()` calls if subsequent mixins should apply to added
// constructs.
With(mixins ...constructs.IMixin) constructs.IConstruct
}
Access points simplify managing data access at scale for shared datasets in Amazon S3 .
Access points are unique hostnames you create to enforce distinct permissions and network controls for all requests made through an access point. You can create hundreds of access points per bucket, each with a distinct name and permissions customized for each application. Each access point works in conjunction with the bucket policy that is attached to the underlying bucket. For more information, see [Managing access to shared datasets in directory buckets with access points](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-directory-buckets.html) .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
var policy interface{}
cfnAccessPoint := awscdk.Aws_s3express.NewCfnAccessPoint(this, jsii.String("MyCfnAccessPoint"), &CfnAccessPointProps{
Bucket: jsii.String("bucket"),
// the properties below are optional
BucketAccountId: jsii.String("bucketAccountId"),
Name: jsii.String("name"),
Policy: policy,
PublicAccessBlockConfiguration: &PublicAccessBlockConfigurationProperty{
BlockPublicAcls: jsii.Boolean(false),
BlockPublicPolicy: jsii.Boolean(false),
IgnorePublicAcls: jsii.Boolean(false),
RestrictPublicBuckets: jsii.Boolean(false),
},
Scope: &ScopeProperty{
Permissions: []*string{
jsii.String("permissions"),
},
Prefixes: []*string{
jsii.String("prefixes"),
},
},
Tags: []CfnTag{
&CfnTag{
Key: jsii.String("key"),
Value: jsii.String("value"),
},
},
VpcConfiguration: &VpcConfigurationProperty{
VpcId: jsii.String("vpcId"),
},
})
func NewCfnAccessPoint ¶ added in v2.200.0
func NewCfnAccessPoint(scope constructs.Construct, id *string, props *CfnAccessPointProps) CfnAccessPoint
Create a new `AWS::S3Express::AccessPoint`.
type CfnAccessPointProps ¶ added in v2.200.0
type CfnAccessPointProps struct {
// The name of the bucket that you want to associate the access point with.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html#cfn-s3express-accesspoint-bucket
//
Bucket *string `field:"required" json:"bucket" yaml:"bucket"`
// The AWS account ID that owns the bucket associated with this access point.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html#cfn-s3express-accesspoint-bucketaccountid
//
BucketAccountId *string `field:"optional" json:"bucketAccountId" yaml:"bucketAccountId"`
// An access point name consists of a base name you provide, followed by the zoneID ( AWS Local Zone) followed by the prefix `--xa-s3` .
//
// For example, accesspointname--zoneID--xa-s3.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html#cfn-s3express-accesspoint-name
//
Name *string `field:"optional" json:"name" yaml:"name"`
// The access point policy associated with the specified access point.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html#cfn-s3express-accesspoint-policy
//
Policy interface{} `field:"optional" json:"policy" yaml:"policy"`
// Public access is blocked by default to access points for directory buckets.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html#cfn-s3express-accesspoint-publicaccessblockconfiguration
//
PublicAccessBlockConfiguration interface{} `field:"optional" json:"publicAccessBlockConfiguration" yaml:"publicAccessBlockConfiguration"`
// You can use the access point scope to restrict access to specific prefixes, API operations, or a combination of both.
//
// For more information, see [Manage the scope of your access points for directory buckets.](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-directory-buckets-manage-scope.html)
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html#cfn-s3express-accesspoint-scope
//
Scope interface{} `field:"optional" json:"scope" yaml:"scope"`
// An array of tags that you can apply to access points.
//
// Tags are key-value pairs of metadata used to categorize your access points and control access. For more information, see [Using tags for attribute-based access control (ABAC)](https://docs.aws.amazon.com/AmazonS3/latest/userguide/tagging.html#using-tags-for-abac) .
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html#cfn-s3express-accesspoint-tags
//
Tags *[]*awscdk.CfnTag `field:"optional" json:"tags" yaml:"tags"`
// If you include this field, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html#cfn-s3express-accesspoint-vpcconfiguration
//
VpcConfiguration interface{} `field:"optional" json:"vpcConfiguration" yaml:"vpcConfiguration"`
}
Properties for defining a `CfnAccessPoint`.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
var policy interface{}
cfnAccessPointProps := &CfnAccessPointProps{
Bucket: jsii.String("bucket"),
// the properties below are optional
BucketAccountId: jsii.String("bucketAccountId"),
Name: jsii.String("name"),
Policy: policy,
PublicAccessBlockConfiguration: &PublicAccessBlockConfigurationProperty{
BlockPublicAcls: jsii.Boolean(false),
BlockPublicPolicy: jsii.Boolean(false),
IgnorePublicAcls: jsii.Boolean(false),
RestrictPublicBuckets: jsii.Boolean(false),
},
Scope: &ScopeProperty{
Permissions: []*string{
jsii.String("permissions"),
},
Prefixes: []*string{
jsii.String("prefixes"),
},
},
Tags: []CfnTag{
&CfnTag{
Key: jsii.String("key"),
Value: jsii.String("value"),
},
},
VpcConfiguration: &VpcConfigurationProperty{
VpcId: jsii.String("vpcId"),
},
}
type CfnAccessPoint_PublicAccessBlockConfigurationProperty ¶ added in v2.200.0
type CfnAccessPoint_PublicAccessBlockConfigurationProperty struct {
// Specifies whether Amazon S3 should block public access control lists (ACLs) for this bucket and objects in this bucket.
//
// Setting this element to `TRUE` causes the following behavior:
//
// - PUT Bucket ACL and PUT Object ACL calls fail if the specified ACL is public.
// - PUT Object calls fail if the request includes a public ACL.
// - PUT Bucket calls fail if the request includes a public ACL.
//
// Enabling this setting doesn't affect existing policies or ACLs.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-accesspoint-publicaccessblockconfiguration.html#cfn-s3express-accesspoint-publicaccessblockconfiguration-blockpublicacls
//
BlockPublicAcls interface{} `field:"optional" json:"blockPublicAcls" yaml:"blockPublicAcls"`
// Specifies whether Amazon S3 should block public bucket policies for this bucket.
//
// Setting this element to `TRUE` causes Amazon S3 to reject calls to PUT Bucket policy if the specified bucket policy allows public access.
//
// Enabling this setting doesn't affect existing bucket policies.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-accesspoint-publicaccessblockconfiguration.html#cfn-s3express-accesspoint-publicaccessblockconfiguration-blockpublicpolicy
//
BlockPublicPolicy interface{} `field:"optional" json:"blockPublicPolicy" yaml:"blockPublicPolicy"`
// Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket.
//
// Setting this element to `TRUE` causes Amazon S3 to ignore all public ACLs on this bucket and objects in this bucket.
//
// Enabling this setting doesn't affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-accesspoint-publicaccessblockconfiguration.html#cfn-s3express-accesspoint-publicaccessblockconfiguration-ignorepublicacls
//
IgnorePublicAcls interface{} `field:"optional" json:"ignorePublicAcls" yaml:"ignorePublicAcls"`
// Specifies whether Amazon S3 should restrict public bucket policies for this bucket.
//
// Setting this element to `TRUE` restricts access to this bucket to only AWS service principals and authorized users within this account if the bucket has a public policy.
//
// Enabling this setting doesn't affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-accesspoint-publicaccessblockconfiguration.html#cfn-s3express-accesspoint-publicaccessblockconfiguration-restrictpublicbuckets
//
RestrictPublicBuckets interface{} `field:"optional" json:"restrictPublicBuckets" yaml:"restrictPublicBuckets"`
}
Public access is blocked by default to access points for directory buckets.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
publicAccessBlockConfigurationProperty := &PublicAccessBlockConfigurationProperty{
BlockPublicAcls: jsii.Boolean(false),
BlockPublicPolicy: jsii.Boolean(false),
IgnorePublicAcls: jsii.Boolean(false),
RestrictPublicBuckets: jsii.Boolean(false),
}
type CfnAccessPoint_ScopeProperty ¶ added in v2.200.0
type CfnAccessPoint_ScopeProperty struct {
// You can include one or more API operations as permissions.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-accesspoint-scope.html#cfn-s3express-accesspoint-scope-permissions
//
Permissions *[]*string `field:"optional" json:"permissions" yaml:"permissions"`
// You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-accesspoint-scope.html#cfn-s3express-accesspoint-scope-prefixes
//
Prefixes *[]*string `field:"optional" json:"prefixes" yaml:"prefixes"`
}
You can use the access point scope to restrict access to specific prefixes, API operations, or a combination of both.
For more information, see [Manage the scope of your access points for directory buckets.](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points-directory-buckets-manage-scope.html)
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
scopeProperty := &ScopeProperty{
Permissions: []*string{
jsii.String("permissions"),
},
Prefixes: []*string{
jsii.String("prefixes"),
},
}
type CfnAccessPoint_VpcConfigurationProperty ¶ added in v2.200.0
type CfnAccessPoint_VpcConfigurationProperty struct {
// If this field is specified, this access point will only allow connections from the specified VPC ID.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-accesspoint-vpcconfiguration.html#cfn-s3express-accesspoint-vpcconfiguration-vpcid
//
VpcId *string `field:"optional" json:"vpcId" yaml:"vpcId"`
}
The Virtual Private Cloud (VPC) configuration for a bucket access point.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
vpcConfigurationProperty := &VpcConfigurationProperty{
VpcId: jsii.String("vpcId"),
}
type CfnBucketPolicy ¶
type CfnBucketPolicy interface {
awscdk.CfnResource
awscdk.IInspectable
interfacesawss3express.IBucketPolicyRef
// The name of the S3 directory bucket to which the policy applies.
Bucket() *string
SetBucket(val *string)
// A reference to a BucketPolicy resource.
BucketPolicyRef() *interfacesawss3express.BucketPolicyReference
// Options for this resource, such as condition, update policy etc.
CfnOptions() awscdk.ICfnResourceOptions
CfnProperties() *map[string]interface{}
CfnPropertyNames() *map[string]*string
// AWS resource type.
CfnResourceType() *string
// Returns: the stack trace of the point where this Resource was created from, sourced
// from the +metadata+ entry typed +aws:cdk:logicalId+, and with the bottom-most
// node +internal+ entries filtered.
CreationStack() *[]*string
Env() *interfaces.ResourceEnvironment
// The logical ID for this CloudFormation stack element.
//
// The logical ID of the element
// is calculated from the path of the resource node in the construct tree.
//
// To override this value, use `overrideLogicalId(newLogicalId)`.
//
// Returns: the logical ID as a stringified token. This value will only get
// resolved during synthesis.
LogicalId() *string
// The tree node.
Node() constructs.Node
// A policy document containing permissions to add to the specified bucket.
PolicyDocument() interface{}
SetPolicyDocument(val interface{})
// Return a string that will be resolved to a CloudFormation `{ Ref }` for this element.
//
// If, by any chance, the intrinsic reference of a resource is not a string, you could
// coerce it to an IResolvable through `Lazy.any({ produce: resource.ref })`.
Ref() *string
// The stack in which this element is defined.
//
// CfnElements must be defined within a stack scope (directly or indirectly).
Stack() awscdk.Stack
// Deprecated.
// Deprecated: use `updatedProperties`
//
// Return properties modified after initiation
//
// Resources that expose mutable properties should override this function to
// collect and return the properties object for this resource.
UpdatedProperites() *map[string]interface{}
// Return properties modified after initiation.
//
// Resources that expose mutable properties should override this function to
// collect and return the properties object for this resource.
UpdatedProperties() *map[string]interface{}
// Syntactic sugar for `addOverride(path, undefined)`.
AddDeletionOverride(path *string)
// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
//
// This can be used for resources across stacks (or nested stack) boundaries
// and the dependency will automatically be transferred to the relevant scope.
AddDependency(target awscdk.CfnResource)
// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
// Deprecated: use addDependency.
AddDependsOn(target awscdk.CfnResource)
// Add a value to the CloudFormation Resource Metadata.
// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
//
// Note that this is a different set of metadata from CDK node metadata; this
// metadata ends up in the stack template under the resource, whereas CDK
// node metadata ends up in the Cloud Assembly.
//
AddMetadata(key *string, value interface{})
// Adds an override to the synthesized CloudFormation resource.
//
// To add a
// property override, either use `addPropertyOverride` or prefix `path` with
// "Properties." (i.e. `Properties.TopicName`).
//
// If the override is nested, separate each nested level using a dot (.) in the path parameter.
// If there is an array as part of the nesting, specify the index in the path.
//
// To include a literal `.` in the property name, prefix with a `\`. In most
// programming languages you will need to write this as `"\\."` because the
// `\` itself will need to be escaped.
//
// For example,
// “`typescript
// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.0.Projection.NonKeyAttributes', ['myattribute']);
// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.1.ProjectionType', 'INCLUDE');
// “`
// would add the overrides
// “`json
// "Properties": {
// "GlobalSecondaryIndexes": [
// {
// "Projection": {
// "NonKeyAttributes": [ "myattribute" ]
// ...
// }
// ...
// },
// {
// "ProjectionType": "INCLUDE"
// ...
// },
// ]
// ...
// }
// “`
//
// The `value` argument to `addOverride` will not be processed or translated
// in any way. Pass raw JSON values in here with the correct capitalization
// for CloudFormation. If you pass CDK classes or structs, they will be
// rendered with lowercased key names, and CloudFormation will reject the
// template.
AddOverride(path *string, value interface{})
// Adds an override that deletes the value of a property from the resource definition.
AddPropertyDeletionOverride(propertyPath *string)
// Adds an override to a resource property.
//
// Syntactic sugar for `addOverride("Properties.<...>", value)`.
AddPropertyOverride(propertyPath *string, value interface{})
// Sets the deletion policy of the resource based on the removal policy specified.
//
// The Removal Policy controls what happens to this resource when it stops
// being managed by CloudFormation, either because you've removed it from the
// CDK application or because you've made a change that requires the resource
// to be replaced.
//
// The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS
// account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). In some
// cases, a snapshot can be taken of the resource prior to deletion
// (`RemovalPolicy.SNAPSHOT`). A list of resources that support this policy
// can be found in the following link:.
// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html#aws-attribute-deletionpolicy-options
//
ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions)
CfnPropertyName(cdkPropertyName *string) *string
// Returns a token for an runtime attribute of this resource.
//
// Ideally, use generated attribute accessors (e.g. `resource.arn`), but this can be used for future compatibility
// in case there is no generated attribute.
GetAtt(attributeName *string, typeHint awscdk.ResolutionTypeHint) awscdk.Reference
// Retrieve a value value from the CloudFormation Resource Metadata.
// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
//
// Note that this is a different set of metadata from CDK node metadata; this
// metadata ends up in the stack template under the resource, whereas CDK
// node metadata ends up in the Cloud Assembly.
//
GetMetadata(key *string) interface{}
// Examines the CloudFormation resource and discloses attributes.
Inspect(inspector awscdk.TreeInspector)
// Retrieves an array of resources this resource depends on.
//
// This assembles dependencies on resources across stacks (including nested stacks)
// automatically.
ObtainDependencies() *[]interface{}
// Get a shallow copy of dependencies between this resource and other resources in the same stack.
ObtainResourceDependencies() *[]awscdk.CfnResource
// Overrides the auto-generated logical ID with a specific ID.
OverrideLogicalId(newLogicalId *string)
// Indicates that this resource no longer depends on another resource.
//
// This can be used for resources across stacks (including nested stacks)
// and the dependency will automatically be removed from the relevant scope.
RemoveDependency(target awscdk.CfnResource)
RenderProperties(props *map[string]interface{}) *map[string]interface{}
// Replaces one dependency with another.
ReplaceDependency(target awscdk.CfnResource, newTarget awscdk.CfnResource)
// Can be overridden by subclasses to determine if this resource will be rendered into the cloudformation template.
//
// Returns: `true` if the resource should be included or `false` is the resource
// should be omitted.
ShouldSynthesize() *bool
// Returns a string representation of this construct.
//
// Returns: a string representation of this resource.
ToString() *string
ValidateProperties(_properties interface{})
// Applies one or more mixins to this construct.
//
// Mixins are applied in order. The list of constructs is captured at the
// start of the call, so constructs added by a mixin will not be visited.
// Use multiple `with()` calls if subsequent mixins should apply to added
// constructs.
With(mixins ...constructs.IMixin) constructs.IConstruct
}
The `AWS::S3Express::BucketPolicy` resource defines an Amazon S3 bucket policy to an Amazon S3 directory bucket.
- **Permissions** - If you are using an identity other than the root user of the AWS account that owns the bucket, the calling identity must both have the required permissions on the specified bucket and belong to the bucket owner's account in order to use this operation. For more information about directory bucket policies and permissions, see [AWS Identity and Access Management (IAM) for S3 Express One Zone](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam.html) in the *Amazon S3 User Guide* .
> To ensure that bucket owners don't inadvertently lock themselves out of their own buckets, the root principal in a bucket owner's AWS account can perform the `GetBucketPolicy` , `PutBucketPolicy` , and `DeleteBucketPolicy` API actions, even if their bucket policy explicitly denies the root principal's access. Bucket owner root principals can only be blocked from performing these API actions by VPC endpoint policies and AWS Organizations policies.
The required permissions for CloudFormation to use are based on the operations that are performed on the stack.
- Create
- s3express:GetBucketPolicy - s3express:PutBucketPolicy - Read
- s3express:GetBucketPolicy - Update
- s3express:GetBucketPolicy - s3express:PutBucketPolicy - Delete
- s3express:GetBucketPolicy - s3express:DeleteBucketPolicy - List
- s3express:GetBucketPolicy - s3express:ListAllMyDirectoryBuckets
For more information about example bucket policies, see [Example bucket policies for S3 Express One Zone](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam-example-bucket-policies.html) in the *Amazon S3 User Guide* .
The following operations are related to `AWS::S3Express::BucketPolicy` :
- [PutBucketPolicy](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketPolicy.html) - [GetBucketPolicy](https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketPolicy.html) - [DeleteBucketPolicy](https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketPolicy.html) - [ListDirectoryBuckets](https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListDirectoryBuckets.html)
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
var policyDocument interface{}
cfnBucketPolicy := awscdk.Aws_s3express.NewCfnBucketPolicy(this, jsii.String("MyCfnBucketPolicy"), &CfnBucketPolicyProps{
Bucket: jsii.String("bucket"),
PolicyDocument: policyDocument,
})
func NewCfnBucketPolicy ¶
func NewCfnBucketPolicy(scope constructs.Construct, id *string, props *CfnBucketPolicyProps) CfnBucketPolicy
Create a new `AWS::S3Express::BucketPolicy`.
type CfnBucketPolicyProps ¶
type CfnBucketPolicyProps struct {
// The name of the S3 directory bucket to which the policy applies.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-bucketpolicy.html#cfn-s3express-bucketpolicy-bucket
//
Bucket *string `field:"required" json:"bucket" yaml:"bucket"`
// A policy document containing permissions to add to the specified bucket.
//
// In IAM, you must provide policy documents in JSON format. However, in CloudFormation you can provide the policy in JSON or YAML format because CloudFormation converts YAML to JSON before submitting it to IAM. For more information, see the AWS::IAM::Policy [PolicyDocument](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html#cfn-iam-policy-policydocument) resource description in this guide and [Policies and Permissions in Amazon S3](https://docs.aws.amazon.com/AmazonS3/latest/dev/access-policy-language-overview.html) in the *Amazon S3 User Guide* .
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-bucketpolicy.html#cfn-s3express-bucketpolicy-policydocument
//
PolicyDocument interface{} `field:"required" json:"policyDocument" yaml:"policyDocument"`
}
Properties for defining a `CfnBucketPolicy`.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
var policyDocument interface{}
cfnBucketPolicyProps := &CfnBucketPolicyProps{
Bucket: jsii.String("bucket"),
PolicyDocument: policyDocument,
}
type CfnDirectoryBucket ¶
type CfnDirectoryBucket interface {
awscdk.CfnResource
awscdk.IInspectable
interfacesawss3express.IDirectoryBucketRef
awscdk.ITaggableV2
// Returns the Amazon Resource Name (ARN) of the specified bucket.
//
// Example: `arn:aws:s3express: *us-west-2* : *account_id* :bucket/ *bucket_base_name* -- *usw2-az1* --x-s3`.
AttrArn() *string
// Returns the code for the Availability Zone or the Local Zone where the directory bucket was created.
//
// Example value for an Availability Zone code: *us-east-1f*
//
// > An Availability Zone code might not represent the same physical location for different AWS accounts. For more information, see [Availability Zones and Regions](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Endpoints.html) in the *Amazon S3 User Guide* .
AttrAvailabilityZoneName() *string
// Specifies default encryption for a bucket using server-side encryption with Amazon S3 managed keys (SSE-S3) or AWS KMS keys (SSE-KMS).
BucketEncryption() interface{}
SetBucketEncryption(val interface{})
// A name for the bucket.
BucketName() *string
SetBucketName(val *string)
// Tag Manager which manages the tags for this resource.
CdkTagManager() awscdk.TagManager
// Options for this resource, such as condition, update policy etc.
CfnOptions() awscdk.ICfnResourceOptions
CfnProperties() *map[string]interface{}
CfnPropertyNames() *map[string]*string
// AWS resource type.
CfnResourceType() *string
// Returns: the stack trace of the point where this Resource was created from, sourced
// from the +metadata+ entry typed +aws:cdk:logicalId+, and with the bottom-most
// node +internal+ entries filtered.
CreationStack() *[]*string
// The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.
DataRedundancy() *string
SetDataRedundancy(val *string)
// A reference to a DirectoryBucket resource.
DirectoryBucketRef() *interfacesawss3express.DirectoryBucketReference
Env() *interfaces.ResourceEnvironment
// The inventory configuration for an Amazon S3 Express bucket.
InventoryConfigurations() interface{}
SetInventoryConfigurations(val interface{})
// Container for lifecycle rules.
//
// You can add as many as 1000 rules.
LifecycleConfiguration() interface{}
SetLifecycleConfiguration(val interface{})
// The name of the location where the bucket will be created.
LocationName() *string
SetLocationName(val *string)
// The logical ID for this CloudFormation stack element.
//
// The logical ID of the element
// is calculated from the path of the resource node in the construct tree.
//
// To override this value, use `overrideLogicalId(newLogicalId)`.
//
// Returns: the logical ID as a stringified token. This value will only get
// resolved during synthesis.
LogicalId() *string
// Specifies the metrics configurations for the Amazon S3 Express bucket.
MetricsConfigurations() interface{}
SetMetricsConfigurations(val interface{})
// The tree node.
Node() constructs.Node
// Return a string that will be resolved to a CloudFormation `{ Ref }` for this element.
//
// If, by any chance, the intrinsic reference of a resource is not a string, you could
// coerce it to an IResolvable through `Lazy.any({ produce: resource.ref })`.
Ref() *string
// The stack in which this element is defined.
//
// CfnElements must be defined within a stack scope (directly or indirectly).
Stack() awscdk.Stack
// An array of tags that you can apply to the S3 directory bucket.
Tags() *[]*awscdk.CfnTag
SetTags(val *[]*awscdk.CfnTag)
// Deprecated.
// Deprecated: use `updatedProperties`
//
// Return properties modified after initiation
//
// Resources that expose mutable properties should override this function to
// collect and return the properties object for this resource.
UpdatedProperites() *map[string]interface{}
// Return properties modified after initiation.
//
// Resources that expose mutable properties should override this function to
// collect and return the properties object for this resource.
UpdatedProperties() *map[string]interface{}
// Syntactic sugar for `addOverride(path, undefined)`.
AddDeletionOverride(path *string)
// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
//
// This can be used for resources across stacks (or nested stack) boundaries
// and the dependency will automatically be transferred to the relevant scope.
AddDependency(target awscdk.CfnResource)
// Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
// Deprecated: use addDependency.
AddDependsOn(target awscdk.CfnResource)
// Add a value to the CloudFormation Resource Metadata.
// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
//
// Note that this is a different set of metadata from CDK node metadata; this
// metadata ends up in the stack template under the resource, whereas CDK
// node metadata ends up in the Cloud Assembly.
//
AddMetadata(key *string, value interface{})
// Adds an override to the synthesized CloudFormation resource.
//
// To add a
// property override, either use `addPropertyOverride` or prefix `path` with
// "Properties." (i.e. `Properties.TopicName`).
//
// If the override is nested, separate each nested level using a dot (.) in the path parameter.
// If there is an array as part of the nesting, specify the index in the path.
//
// To include a literal `.` in the property name, prefix with a `\`. In most
// programming languages you will need to write this as `"\\."` because the
// `\` itself will need to be escaped.
//
// For example,
// “`typescript
// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.0.Projection.NonKeyAttributes', ['myattribute']);
// cfnResource.addOverride('Properties.GlobalSecondaryIndexes.1.ProjectionType', 'INCLUDE');
// “`
// would add the overrides
// “`json
// "Properties": {
// "GlobalSecondaryIndexes": [
// {
// "Projection": {
// "NonKeyAttributes": [ "myattribute" ]
// ...
// }
// ...
// },
// {
// "ProjectionType": "INCLUDE"
// ...
// },
// ]
// ...
// }
// “`
//
// The `value` argument to `addOverride` will not be processed or translated
// in any way. Pass raw JSON values in here with the correct capitalization
// for CloudFormation. If you pass CDK classes or structs, they will be
// rendered with lowercased key names, and CloudFormation will reject the
// template.
AddOverride(path *string, value interface{})
// Adds an override that deletes the value of a property from the resource definition.
AddPropertyDeletionOverride(propertyPath *string)
// Adds an override to a resource property.
//
// Syntactic sugar for `addOverride("Properties.<...>", value)`.
AddPropertyOverride(propertyPath *string, value interface{})
// Sets the deletion policy of the resource based on the removal policy specified.
//
// The Removal Policy controls what happens to this resource when it stops
// being managed by CloudFormation, either because you've removed it from the
// CDK application or because you've made a change that requires the resource
// to be replaced.
//
// The resource can be deleted (`RemovalPolicy.DESTROY`), or left in your AWS
// account for data recovery and cleanup later (`RemovalPolicy.RETAIN`). In some
// cases, a snapshot can be taken of the resource prior to deletion
// (`RemovalPolicy.SNAPSHOT`). A list of resources that support this policy
// can be found in the following link:.
// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html#aws-attribute-deletionpolicy-options
//
ApplyRemovalPolicy(policy awscdk.RemovalPolicy, options *awscdk.RemovalPolicyOptions)
CfnPropertyName(cdkPropertyName *string) *string
// Returns a token for an runtime attribute of this resource.
//
// Ideally, use generated attribute accessors (e.g. `resource.arn`), but this can be used for future compatibility
// in case there is no generated attribute.
GetAtt(attributeName *string, typeHint awscdk.ResolutionTypeHint) awscdk.Reference
// Retrieve a value value from the CloudFormation Resource Metadata.
// See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/metadata-section-structure.html
//
// Note that this is a different set of metadata from CDK node metadata; this
// metadata ends up in the stack template under the resource, whereas CDK
// node metadata ends up in the Cloud Assembly.
//
GetMetadata(key *string) interface{}
// Examines the CloudFormation resource and discloses attributes.
Inspect(inspector awscdk.TreeInspector)
// Retrieves an array of resources this resource depends on.
//
// This assembles dependencies on resources across stacks (including nested stacks)
// automatically.
ObtainDependencies() *[]interface{}
// Get a shallow copy of dependencies between this resource and other resources in the same stack.
ObtainResourceDependencies() *[]awscdk.CfnResource
// Overrides the auto-generated logical ID with a specific ID.
OverrideLogicalId(newLogicalId *string)
// Indicates that this resource no longer depends on another resource.
//
// This can be used for resources across stacks (including nested stacks)
// and the dependency will automatically be removed from the relevant scope.
RemoveDependency(target awscdk.CfnResource)
RenderProperties(props *map[string]interface{}) *map[string]interface{}
// Replaces one dependency with another.
ReplaceDependency(target awscdk.CfnResource, newTarget awscdk.CfnResource)
// Can be overridden by subclasses to determine if this resource will be rendered into the cloudformation template.
//
// Returns: `true` if the resource should be included or `false` is the resource
// should be omitted.
ShouldSynthesize() *bool
// Returns a string representation of this construct.
//
// Returns: a string representation of this resource.
ToString() *string
ValidateProperties(_properties interface{})
// Applies one or more mixins to this construct.
//
// Mixins are applied in order. The list of constructs is captured at the
// start of the call, so constructs added by a mixin will not be visited.
// Use multiple `with()` calls if subsequent mixins should apply to added
// constructs.
With(mixins ...constructs.IMixin) constructs.IConstruct
}
The `AWS::S3Express::DirectoryBucket` resource defines an Amazon S3 directory bucket in the same AWS Region where you create the AWS CloudFormation stack.
To control how AWS CloudFormation handles the bucket when the stack is deleted, you can set a deletion policy for your bucket. You can choose to *retain* the bucket or to *delete* the bucket. For more information, see [DeletionPolicy attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-deletionpolicy.html) .
> You can only delete empty buckets. Deletion fails for buckets that have contents.
- **Permissions** - The required permissions for CloudFormation to use are based on the operations that are performed on the stack.
- Create
- s3express:CreateBucket - s3express:ListAllMyDirectoryBuckets - Read
- s3express:ListAllMyDirectoryBuckets - ec2:DescribeAvailabilityZones - Delete
- s3express:DeleteBucket - s3express:ListAllMyDirectoryBuckets - List
- s3express:ListAllMyDirectoryBuckets - PutBucketEncryption
- s3express:PutEncryptionConfiguration - To set a directory bucket default encryption with SSE-KMS, you must also have the kms:GenerateDataKey and kms:Decrypt permissions in IAM identity-based policies and AWS KMS key policies for the target AWS KMS key. - GetBucketEncryption
- s3express:GetBucketEncryption - DeleteBucketEncryption
- s3express:PutEncryptionConfiguration
The following operations are related to `AWS::S3Express::DirectoryBucket` :
- [CreateBucket](https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html) - [ListDirectoryBuckets](https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListDirectoryBuckets.html) - [DeleteBucket](https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html)
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
cfnDirectoryBucket := awscdk.Aws_s3express.NewCfnDirectoryBucket(this, jsii.String("MyCfnDirectoryBucket"), &CfnDirectoryBucketProps{
DataRedundancy: jsii.String("dataRedundancy"),
LocationName: jsii.String("locationName"),
// the properties below are optional
BucketEncryption: &BucketEncryptionProperty{
ServerSideEncryptionConfiguration: []interface{}{
&ServerSideEncryptionRuleProperty{
BucketKeyEnabled: jsii.Boolean(false),
ServerSideEncryptionByDefault: &ServerSideEncryptionByDefaultProperty{
SseAlgorithm: jsii.String("sseAlgorithm"),
// the properties below are optional
KmsMasterKeyId: jsii.String("kmsMasterKeyId"),
},
},
},
},
BucketName: jsii.String("bucketName"),
InventoryConfigurations: []interface{}{
&InventoryConfigurationProperty{
Destination: &DestinationProperty{
BucketArn: jsii.String("bucketArn"),
Format: jsii.String("format"),
// the properties below are optional
BucketAccountId: jsii.String("bucketAccountId"),
Prefix: jsii.String("prefix"),
},
Enabled: jsii.Boolean(false),
Id: jsii.String("id"),
IncludedObjectVersions: jsii.String("includedObjectVersions"),
ScheduleFrequency: jsii.String("scheduleFrequency"),
// the properties below are optional
OptionalFields: []*string{
jsii.String("optionalFields"),
},
Prefix: jsii.String("prefix"),
},
},
LifecycleConfiguration: &LifecycleConfigurationProperty{
Rules: []interface{}{
&RuleProperty{
Status: jsii.String("status"),
// the properties below are optional
AbortIncompleteMultipartUpload: &AbortIncompleteMultipartUploadProperty{
DaysAfterInitiation: jsii.Number(123),
},
ExpirationInDays: jsii.Number(123),
Id: jsii.String("id"),
ObjectSizeGreaterThan: jsii.String("objectSizeGreaterThan"),
ObjectSizeLessThan: jsii.String("objectSizeLessThan"),
Prefix: jsii.String("prefix"),
},
},
},
MetricsConfigurations: []interface{}{
&MetricsConfigurationProperty{
AccessPointArn: jsii.String("accessPointArn"),
Id: jsii.String("id"),
Prefix: jsii.String("prefix"),
},
},
Tags: []CfnTag{
&CfnTag{
Key: jsii.String("key"),
Value: jsii.String("value"),
},
},
})
func NewCfnDirectoryBucket ¶
func NewCfnDirectoryBucket(scope constructs.Construct, id *string, props *CfnDirectoryBucketProps) CfnDirectoryBucket
Create a new `AWS::S3Express::DirectoryBucket`.
type CfnDirectoryBucketProps ¶
type CfnDirectoryBucketProps struct {
// The number of Zone (Availability Zone or Local Zone) that's used for redundancy for the bucket.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-directorybucket.html#cfn-s3express-directorybucket-dataredundancy
//
DataRedundancy *string `field:"required" json:"dataRedundancy" yaml:"dataRedundancy"`
// The name of the location where the bucket will be created.
//
// For directory buckets, the name of the location is the Zone ID of the Availability Zone (AZ) or Local Zone (LZ) where the bucket will be created. An example AZ ID value is `usw2-az1` .
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-directorybucket.html#cfn-s3express-directorybucket-locationname
//
LocationName *string `field:"required" json:"locationName" yaml:"locationName"`
// Specifies default encryption for a bucket using server-side encryption with Amazon S3 managed keys (SSE-S3) or AWS KMS keys (SSE-KMS).
//
// For information about default encryption for directory buckets, see [Setting and monitoring default encryption for directory buckets](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-bucket-encryption.html) in the *Amazon S3 User Guide* .
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-directorybucket.html#cfn-s3express-directorybucket-bucketencryption
//
BucketEncryption interface{} `field:"optional" json:"bucketEncryption" yaml:"bucketEncryption"`
// A name for the bucket.
//
// The bucket name must contain only lowercase letters, numbers, and hyphens (-). A directory bucket name must be unique in the chosen Zone (Availability Zone or Local Zone). The bucket name must also follow the format `*bucket_base_name* -- *zone_id* --x-s3` (for example, `*bucket_base_name* -- *usw2-az1* --x-s3` ). If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the bucket name. For information about bucket naming restrictions, see [Directory bucket naming rules](https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html) in the *Amazon S3 User Guide* .
//
// > If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you need to replace the resource, specify a new name.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-directorybucket.html#cfn-s3express-directorybucket-bucketname
//
BucketName *string `field:"optional" json:"bucketName" yaml:"bucketName"`
// The inventory configuration for an Amazon S3 Express bucket.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-directorybucket.html#cfn-s3express-directorybucket-inventoryconfigurations
//
InventoryConfigurations interface{} `field:"optional" json:"inventoryConfigurations" yaml:"inventoryConfigurations"`
// Container for lifecycle rules. You can add as many as 1000 rules.
//
// For more information see, [Creating and managing a lifecycle configuration for directory buckets](https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-objects-lifecycle.html ) in the *Amazon S3 User Guide* .
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-directorybucket.html#cfn-s3express-directorybucket-lifecycleconfiguration
//
LifecycleConfiguration interface{} `field:"optional" json:"lifecycleConfiguration" yaml:"lifecycleConfiguration"`
// Specifies the metrics configurations for the Amazon S3 Express bucket.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-directorybucket.html#cfn-s3express-directorybucket-metricsconfigurations
//
MetricsConfigurations interface{} `field:"optional" json:"metricsConfigurations" yaml:"metricsConfigurations"`
// An array of tags that you can apply to the S3 directory bucket.
//
// Tags are key-value pairs of metadata used to categorize and organize your buckets, track costs, and control access. For more information, see [Using tags with directory buckets](https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-tagging.html) .
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-directorybucket.html#cfn-s3express-directorybucket-tags
//
Tags *[]*awscdk.CfnTag `field:"optional" json:"tags" yaml:"tags"`
}
Properties for defining a `CfnDirectoryBucket`.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
cfnDirectoryBucketProps := &CfnDirectoryBucketProps{
DataRedundancy: jsii.String("dataRedundancy"),
LocationName: jsii.String("locationName"),
// the properties below are optional
BucketEncryption: &BucketEncryptionProperty{
ServerSideEncryptionConfiguration: []interface{}{
&ServerSideEncryptionRuleProperty{
BucketKeyEnabled: jsii.Boolean(false),
ServerSideEncryptionByDefault: &ServerSideEncryptionByDefaultProperty{
SseAlgorithm: jsii.String("sseAlgorithm"),
// the properties below are optional
KmsMasterKeyId: jsii.String("kmsMasterKeyId"),
},
},
},
},
BucketName: jsii.String("bucketName"),
InventoryConfigurations: []interface{}{
&InventoryConfigurationProperty{
Destination: &DestinationProperty{
BucketArn: jsii.String("bucketArn"),
Format: jsii.String("format"),
// the properties below are optional
BucketAccountId: jsii.String("bucketAccountId"),
Prefix: jsii.String("prefix"),
},
Enabled: jsii.Boolean(false),
Id: jsii.String("id"),
IncludedObjectVersions: jsii.String("includedObjectVersions"),
ScheduleFrequency: jsii.String("scheduleFrequency"),
// the properties below are optional
OptionalFields: []*string{
jsii.String("optionalFields"),
},
Prefix: jsii.String("prefix"),
},
},
LifecycleConfiguration: &LifecycleConfigurationProperty{
Rules: []interface{}{
&RuleProperty{
Status: jsii.String("status"),
// the properties below are optional
AbortIncompleteMultipartUpload: &AbortIncompleteMultipartUploadProperty{
DaysAfterInitiation: jsii.Number(123),
},
ExpirationInDays: jsii.Number(123),
Id: jsii.String("id"),
ObjectSizeGreaterThan: jsii.String("objectSizeGreaterThan"),
ObjectSizeLessThan: jsii.String("objectSizeLessThan"),
Prefix: jsii.String("prefix"),
},
},
},
MetricsConfigurations: []interface{}{
&MetricsConfigurationProperty{
AccessPointArn: jsii.String("accessPointArn"),
Id: jsii.String("id"),
Prefix: jsii.String("prefix"),
},
},
Tags: []CfnTag{
&CfnTag{
Key: jsii.String("key"),
Value: jsii.String("value"),
},
},
}
type CfnDirectoryBucket_AbortIncompleteMultipartUploadProperty ¶ added in v2.172.0
type CfnDirectoryBucket_AbortIncompleteMultipartUploadProperty struct {
// Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-abortincompletemultipartupload.html#cfn-s3express-directorybucket-abortincompletemultipartupload-daysafterinitiation
//
DaysAfterInitiation *float64 `field:"required" json:"daysAfterInitiation" yaml:"daysAfterInitiation"`
}
Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload.
For more information, see [Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Configuration](https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html#mpu-abort-incomplete-mpu-lifecycle-config) in the *Amazon S3 User Guide* .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
abortIncompleteMultipartUploadProperty := &AbortIncompleteMultipartUploadProperty{
DaysAfterInitiation: jsii.Number(123),
}
type CfnDirectoryBucket_BucketEncryptionProperty ¶ added in v2.161.0
type CfnDirectoryBucket_BucketEncryptionProperty struct {
// Specifies the default server-side-encryption configuration.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-bucketencryption.html#cfn-s3express-directorybucket-bucketencryption-serversideencryptionconfiguration
//
ServerSideEncryptionConfiguration interface{} `field:"required" json:"serverSideEncryptionConfiguration" yaml:"serverSideEncryptionConfiguration"`
}
Specifies default encryption for a bucket using server-side encryption with Amazon S3 managed keys (SSE-S3) or AWS KMS keys (SSE-KMS).
For information about default encryption for directory buckets, see [Setting and monitoring default encryption for directory buckets](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-bucket-encryption.html) in the *Amazon S3 User Guide* .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
bucketEncryptionProperty := &BucketEncryptionProperty{
ServerSideEncryptionConfiguration: []interface{}{
&ServerSideEncryptionRuleProperty{
BucketKeyEnabled: jsii.Boolean(false),
ServerSideEncryptionByDefault: &ServerSideEncryptionByDefaultProperty{
SseAlgorithm: jsii.String("sseAlgorithm"),
// the properties below are optional
KmsMasterKeyId: jsii.String("kmsMasterKeyId"),
},
},
},
}
type CfnDirectoryBucket_DestinationProperty ¶ added in v2.251.0
type CfnDirectoryBucket_DestinationProperty struct {
// The Amazon Resource Name (ARN) of the destination Amazon S3 bucket to which data is exported.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-destination.html#cfn-s3express-directorybucket-destination-bucketarn
//
BucketArn *string `field:"required" json:"bucketArn" yaml:"bucketArn"`
// Specifies the file format used when exporting data to Amazon S3.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-destination.html#cfn-s3express-directorybucket-destination-format
//
Format *string `field:"required" json:"format" yaml:"format"`
// The account ID that owns the destination S3 bucket.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-destination.html#cfn-s3express-directorybucket-destination-bucketaccountid
//
BucketAccountId *string `field:"optional" json:"bucketAccountId" yaml:"bucketAccountId"`
// The prefix to use when exporting data.
//
// The prefix is prepended to all results.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-destination.html#cfn-s3express-directorybucket-destination-prefix
//
Prefix *string `field:"optional" json:"prefix" yaml:"prefix"`
}
Specifies information about where to publish inventory reports for an Amazon S3 Express bucket.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
destinationProperty := &DestinationProperty{
BucketArn: jsii.String("bucketArn"),
Format: jsii.String("format"),
// the properties below are optional
BucketAccountId: jsii.String("bucketAccountId"),
Prefix: jsii.String("prefix"),
}
type CfnDirectoryBucket_InventoryConfigurationProperty ¶ added in v2.251.0
type CfnDirectoryBucket_InventoryConfigurationProperty struct {
// Specifies information about where to publish inventory reports for an Amazon S3 Express bucket.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-inventoryconfiguration.html#cfn-s3express-directorybucket-inventoryconfiguration-destination
//
Destination interface{} `field:"required" json:"destination" yaml:"destination"`
// Specifies whether the inventory is enabled or disabled.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-inventoryconfiguration.html#cfn-s3express-directorybucket-inventoryconfiguration-enabled
//
Enabled interface{} `field:"required" json:"enabled" yaml:"enabled"`
// The ID used to identify the inventory configuration.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-inventoryconfiguration.html#cfn-s3express-directorybucket-inventoryconfiguration-id
//
Id *string `field:"required" json:"id" yaml:"id"`
// Object versions to include in the inventory list.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-inventoryconfiguration.html#cfn-s3express-directorybucket-inventoryconfiguration-includedobjectversions
//
IncludedObjectVersions *string `field:"required" json:"includedObjectVersions" yaml:"includedObjectVersions"`
// Specifies the schedule for generating inventory results.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-inventoryconfiguration.html#cfn-s3express-directorybucket-inventoryconfiguration-schedulefrequency
//
ScheduleFrequency *string `field:"required" json:"scheduleFrequency" yaml:"scheduleFrequency"`
// Contains the optional fields that are included in the inventory results.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-inventoryconfiguration.html#cfn-s3express-directorybucket-inventoryconfiguration-optionalfields
//
OptionalFields *[]*string `field:"optional" json:"optionalFields" yaml:"optionalFields"`
// The prefix that is prepended to all inventory results.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-inventoryconfiguration.html#cfn-s3express-directorybucket-inventoryconfiguration-prefix
//
Prefix *string `field:"optional" json:"prefix" yaml:"prefix"`
}
Specifies an inventory configuration for an Amazon S3 Express bucket.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
inventoryConfigurationProperty := &InventoryConfigurationProperty{
Destination: &DestinationProperty{
BucketArn: jsii.String("bucketArn"),
Format: jsii.String("format"),
// the properties below are optional
BucketAccountId: jsii.String("bucketAccountId"),
Prefix: jsii.String("prefix"),
},
Enabled: jsii.Boolean(false),
Id: jsii.String("id"),
IncludedObjectVersions: jsii.String("includedObjectVersions"),
ScheduleFrequency: jsii.String("scheduleFrequency"),
// the properties below are optional
OptionalFields: []*string{
jsii.String("optionalFields"),
},
Prefix: jsii.String("prefix"),
}
type CfnDirectoryBucket_LifecycleConfigurationProperty ¶ added in v2.172.0
type CfnDirectoryBucket_LifecycleConfigurationProperty struct {
// A lifecycle rule for individual objects in an Amazon S3 Express bucket.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-lifecycleconfiguration.html#cfn-s3express-directorybucket-lifecycleconfiguration-rules
//
Rules interface{} `field:"required" json:"rules" yaml:"rules"`
}
Container for lifecycle rules. You can add as many as 1000 rules.
For more information see, [Creating and managing a lifecycle configuration for directory buckets](https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-objects-lifecycle.html ) in the *Amazon S3 User Guide* .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
lifecycleConfigurationProperty := &LifecycleConfigurationProperty{
Rules: []interface{}{
&RuleProperty{
Status: jsii.String("status"),
// the properties below are optional
AbortIncompleteMultipartUpload: &AbortIncompleteMultipartUploadProperty{
DaysAfterInitiation: jsii.Number(123),
},
ExpirationInDays: jsii.Number(123),
Id: jsii.String("id"),
ObjectSizeGreaterThan: jsii.String("objectSizeGreaterThan"),
ObjectSizeLessThan: jsii.String("objectSizeLessThan"),
Prefix: jsii.String("prefix"),
},
},
}
type CfnDirectoryBucket_MetricsConfigurationProperty ¶ added in v2.250.0
type CfnDirectoryBucket_MetricsConfigurationProperty struct {
// The access point ARN used when evaluating a metrics filter.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-metricsconfiguration.html#cfn-s3express-directorybucket-metricsconfiguration-accesspointarn
//
AccessPointArn *string `field:"optional" json:"accessPointArn" yaml:"accessPointArn"`
// The ID used to identify the metrics configuration.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-metricsconfiguration.html#cfn-s3express-directorybucket-metricsconfiguration-id
//
Id *string `field:"optional" json:"id" yaml:"id"`
// The prefix used when evaluating a metrics filter.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-metricsconfiguration.html#cfn-s3express-directorybucket-metricsconfiguration-prefix
//
Prefix *string `field:"optional" json:"prefix" yaml:"prefix"`
}
Specifies a metrics configuration for the CloudWatch request metrics from an Amazon S3 Express bucket.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
metricsConfigurationProperty := &MetricsConfigurationProperty{
AccessPointArn: jsii.String("accessPointArn"),
Id: jsii.String("id"),
Prefix: jsii.String("prefix"),
}
type CfnDirectoryBucket_RuleProperty ¶ added in v2.172.0
type CfnDirectoryBucket_RuleProperty struct {
// If `Enabled` , the rule is currently being applied.
//
// If `Disabled` , the rule is not currently being applied.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-rule.html#cfn-s3express-directorybucket-rule-status
//
Status *string `field:"required" json:"status" yaml:"status"`
// Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-rule.html#cfn-s3express-directorybucket-rule-abortincompletemultipartupload
//
AbortIncompleteMultipartUpload interface{} `field:"optional" json:"abortIncompleteMultipartUpload" yaml:"abortIncompleteMultipartUpload"`
// Indicates the number of days after creation when objects are deleted from Amazon S3 and Amazon S3 Glacier.
//
// If you specify an expiration and transition time, you must use the same time unit for both properties (either in days or by date). The expiration time must also be later than the transition time.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-rule.html#cfn-s3express-directorybucket-rule-expirationindays
//
ExpirationInDays *float64 `field:"optional" json:"expirationInDays" yaml:"expirationInDays"`
// Unique identifier for the rule.
//
// The value can't be longer than 255 characters.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-rule.html#cfn-s3express-directorybucket-rule-id
//
Id *string `field:"optional" json:"id" yaml:"id"`
// Specifies the minimum object size in bytes for this rule to apply to.
//
// Objects must be larger than this value in bytes. For more information about size based rules, see [Lifecycle configuration using size-based rules](https://docs.aws.amazon.com/AmazonS3/latest/userguide/lifecycle-configuration-examples.html#lc-size-rules) in the *Amazon S3 User Guide* .
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-rule.html#cfn-s3express-directorybucket-rule-objectsizegreaterthan
//
ObjectSizeGreaterThan *string `field:"optional" json:"objectSizeGreaterThan" yaml:"objectSizeGreaterThan"`
// Specifies the maximum object size in bytes for this rule to apply to.
//
// Objects must be smaller than this value in bytes. For more information about sized based rules, see [Lifecycle configuration using size-based rules](https://docs.aws.amazon.com/AmazonS3/latest/userguide/lifecycle-configuration-examples.html#lc-size-rules) in the *Amazon S3 User Guide* .
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-rule.html#cfn-s3express-directorybucket-rule-objectsizelessthan
//
ObjectSizeLessThan *string `field:"optional" json:"objectSizeLessThan" yaml:"objectSizeLessThan"`
// Object key prefix that identifies one or more objects to which this rule applies.
//
// > Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see [XML related object key constraints](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints) .
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-rule.html#cfn-s3express-directorybucket-rule-prefix
//
Prefix *string `field:"optional" json:"prefix" yaml:"prefix"`
}
Specifies lifecycle rules for an Amazon S3 bucket.
For more information, see [Put Bucket Lifecycle Configuration](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTlifecycle.html) in the *Amazon S3 API Reference* . For examples, see [Put Bucket Lifecycle Configuration Examples](https://docs.aws.amazon.com//AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html#API_PutBucketLifecycleConfiguration_Examples) .
You must specify at least one of the following properties: `AbortIncompleteMultipartUpload` , or `ExpirationInDays` .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
ruleProperty := &RuleProperty{
Status: jsii.String("status"),
// the properties below are optional
AbortIncompleteMultipartUpload: &AbortIncompleteMultipartUploadProperty{
DaysAfterInitiation: jsii.Number(123),
},
ExpirationInDays: jsii.Number(123),
Id: jsii.String("id"),
ObjectSizeGreaterThan: jsii.String("objectSizeGreaterThan"),
ObjectSizeLessThan: jsii.String("objectSizeLessThan"),
Prefix: jsii.String("prefix"),
}
type CfnDirectoryBucket_ServerSideEncryptionByDefaultProperty ¶ added in v2.161.0
type CfnDirectoryBucket_ServerSideEncryptionByDefaultProperty struct {
// Server-side encryption algorithm to use for the default encryption.
//
// > For directory buckets, there are only two supported values for server-side encryption: `AES256` and `aws:kms` .
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-serversideencryptionbydefault.html#cfn-s3express-directorybucket-serversideencryptionbydefault-ssealgorithm
//
SseAlgorithm *string `field:"required" json:"sseAlgorithm" yaml:"sseAlgorithm"`
// AWS Key Management Service (KMS) customer managed key ID to use for the default encryption.
//
// This parameter is allowed only if `SSEAlgorithm` is set to `aws:kms` .
//
// You can specify this parameter with the key ID or the Amazon Resource Name (ARN) of the KMS key. You can’t use the key alias of the KMS key.
//
// - Key ID: `1234abcd-12ab-34cd-56ef-1234567890ab`
// - Key ARN: `arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab`
//
// If you are using encryption with cross-account or AWS service operations, you must use a fully qualified KMS key ARN. For more information, see [Using encryption for cross-account operations](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-bucket-encryption.html#s3-express-bucket-encryption-update-bucket-policy) .
//
// > Your SSE-KMS configuration can only support 1 [customer managed key](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk) per directory bucket for the lifetime of the bucket. [AWS managed key](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk) ( `aws/s3` ) isn't supported. Also, after you specify a customer managed key for SSE-KMS and upload objects with this configuration, you can't override the customer managed key for your SSE-KMS configuration. To use a new customer manager key for your data, we recommend copying your existing objects to a new directory bucket with a new customer managed key. > Amazon S3 only supports symmetric encryption KMS keys. For more information, see [Asymmetric keys in AWS KMS](https://docs.aws.amazon.com//kms/latest/developerguide/symmetric-asymmetric.html) in the *AWS Key Management Service Developer Guide* .
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-serversideencryptionbydefault.html#cfn-s3express-directorybucket-serversideencryptionbydefault-kmsmasterkeyid
//
KmsMasterKeyId *string `field:"optional" json:"kmsMasterKeyId" yaml:"kmsMasterKeyId"`
}
Describes the default server-side encryption to apply to new objects in the bucket.
If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied. For more information, see [PutBucketEncryption](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTencryption.html) in the *Amazon S3 API Reference* .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
serverSideEncryptionByDefaultProperty := &ServerSideEncryptionByDefaultProperty{
SseAlgorithm: jsii.String("sseAlgorithm"),
// the properties below are optional
KmsMasterKeyId: jsii.String("kmsMasterKeyId"),
}
type CfnDirectoryBucket_ServerSideEncryptionRuleProperty ¶ added in v2.161.0
type CfnDirectoryBucket_ServerSideEncryptionRuleProperty struct {
// Specifies whether Amazon S3 should use an S3 Bucket Key with server-side encryption using KMS (SSE-KMS) for new objects in the bucket.
//
// S3 Bucket Keys are always enabled for `GET` and `PUT` operations on a directory bucket and can’t be disabled. It's only allowed to set the `BucketKeyEnabled` element to `true` .
//
// S3 Bucket Keys aren't supported, when you copy SSE-KMS encrypted objects from general purpose buckets to directory buckets, from directory buckets to general purpose buckets, or between directory buckets, through [CopyObject](https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html) , [UploadPartCopy](https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPartCopy.html) , [the Copy operation in Batch Operations](https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-objects-Batch-Ops) , or [the import jobs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-import-job) . In this case, Amazon S3 makes a call to AWS KMS every time a copy request is made for a KMS-encrypted object.
//
// For more information, see [Amazon S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-UsingKMSEncryption.html#s3-express-sse-kms-bucket-keys) in the *Amazon S3 User Guide* .
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-serversideencryptionrule.html#cfn-s3express-directorybucket-serversideencryptionrule-bucketkeyenabled
//
BucketKeyEnabled interface{} `field:"optional" json:"bucketKeyEnabled" yaml:"bucketKeyEnabled"`
// Specifies the default server-side encryption to apply to new objects in the bucket.
//
// If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied.
// See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3express-directorybucket-serversideencryptionrule.html#cfn-s3express-directorybucket-serversideencryptionrule-serversideencryptionbydefault
//
ServerSideEncryptionByDefault interface{} `field:"optional" json:"serverSideEncryptionByDefault" yaml:"serverSideEncryptionByDefault"`
}
Specifies the default server-side encryption configuration.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import "github.com/aws/aws-cdk-go/awscdk"
serverSideEncryptionRuleProperty := &ServerSideEncryptionRuleProperty{
BucketKeyEnabled: jsii.Boolean(false),
ServerSideEncryptionByDefault: &ServerSideEncryptionByDefaultProperty{
SseAlgorithm: jsii.String("sseAlgorithm"),
// the properties below are optional
KmsMasterKeyId: jsii.String("kmsMasterKeyId"),
},
}
Source Files
¶
- CfnAccessPoint.go
- CfnAccessPointProps.go
- CfnAccessPoint_PublicAccessBlockConfigurationProperty.go
- CfnAccessPoint_ScopeProperty.go
- CfnAccessPoint_VpcConfigurationProperty.go
- CfnAccessPoint__checks.go
- CfnBucketPolicy.go
- CfnBucketPolicyProps.go
- CfnBucketPolicy__checks.go
- CfnDirectoryBucket.go
- CfnDirectoryBucketProps.go
- CfnDirectoryBucket_AbortIncompleteMultipartUploadProperty.go
- CfnDirectoryBucket_BucketEncryptionProperty.go
- CfnDirectoryBucket_DestinationProperty.go
- CfnDirectoryBucket_InventoryConfigurationProperty.go
- CfnDirectoryBucket_LifecycleConfigurationProperty.go
- CfnDirectoryBucket_MetricsConfigurationProperty.go
- CfnDirectoryBucket_RuleProperty.go
- CfnDirectoryBucket_ServerSideEncryptionByDefaultProperty.go
- CfnDirectoryBucket_ServerSideEncryptionRuleProperty.go
- CfnDirectoryBucket__checks.go
- main.go