NetworkOriginConfiguration
The proposed InternetConfiguration
or VpcConfiguration
to apply to the Amazon S3 access point. VpcConfiguration
does not apply to multi-region access points. You can make the access point accessible from the internet, or you can specify that all requests made through that access point must originate from a specific virtual private cloud (VPC). You can specify only one type of network configuration. For more information, see Creating access points.
Inheritors
Types
The configuration for the Amazon S3 access point or multi-region access point with an Internet
origin.
The proposed virtual private cloud (VPC) configuration for the Amazon S3 access point. VPC configuration does not apply to multi-region access points. For more information, see VpcConfiguration.
Functions
Casts this NetworkOriginConfiguration as a InternetConfiguration and retrieves its aws.sdk.kotlin.services.accessanalyzer.model.InternetConfiguration value. Throws an exception if the NetworkOriginConfiguration is not a InternetConfiguration.
Casts this NetworkOriginConfiguration as a InternetConfiguration and retrieves its aws.sdk.kotlin.services.accessanalyzer.model.InternetConfiguration value. Returns null if the NetworkOriginConfiguration is not a InternetConfiguration.
Casts this NetworkOriginConfiguration as a VpcConfiguration and retrieves its aws.sdk.kotlin.services.accessanalyzer.model.VpcConfiguration value. Throws an exception if the NetworkOriginConfiguration is not a VpcConfiguration.
Casts this NetworkOriginConfiguration as a VpcConfiguration and retrieves its aws.sdk.kotlin.services.accessanalyzer.model.VpcConfiguration value. Returns null if the NetworkOriginConfiguration is not a VpcConfiguration.