interface S3AccessProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_odb.CfnOdbNetwork.S3AccessProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsodb#CfnOdbNetwork_S3AccessProperty |
![]() | software.amazon.awscdk.services.odb.CfnOdbNetwork.S3AccessProperty |
![]() | aws_cdk.aws_odb.CfnOdbNetwork.S3AccessProperty |
![]() | aws-cdk-lib » aws_odb » CfnOdbNetwork » S3AccessProperty |
The configuration for Amazon S3 access from the ODB network.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_odb as odb } from 'aws-cdk-lib';
const s3AccessProperty: odb.CfnOdbNetwork.S3AccessProperty = {
domainName: 'domainName',
ipv4Addresses: ['ipv4Addresses'],
s3PolicyDocument: 's3PolicyDocument',
status: 'status',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The domain name for the Amazon S3 access. |
ipv4 | string[] | The IPv4 addresses for the Amazon S3 access. |
s3 | string | The endpoint policy for the Amazon S3 access. |
status? | string | The status of the Amazon S3 access. |
domainName?
Type:
string
(optional)
The domain name for the Amazon S3 access.
ipv4Addresses?
Type:
string[]
(optional)
The IPv4 addresses for the Amazon S3 access.
s3PolicyDocument?
Type:
string
(optional)
The endpoint policy for the Amazon S3 access.
status?
Type:
string
(optional)
The status of the Amazon S3 access.
Valid Values: enabled | disabled