get Cloud Front Origin Access Identity
suspend fun getCloudFrontOriginAccessIdentity(argument: GetCloudFrontOriginAccessIdentityPlainArgs): GetCloudFrontOriginAccessIdentityResult
The request to create a new origin access identity (OAI). An origin access identity is a special CloudFront user that you can associate with Amazon S3 origins, so that you can secure all or just some of your Amazon S3 content. For more information, see Restricting Access to Amazon S3 Content by Using an Origin Access Identity in the Amazon CloudFront Developer Guide.
Return
null
Parameters
argument
null
Return
null
Parameters
id
The ID for the origin access identity, for example, E74FTE3AJFJ256A
.
See also
suspend fun getCloudFrontOriginAccessIdentity(argument: suspend GetCloudFrontOriginAccessIdentityPlainArgsBuilder.() -> Unit): GetCloudFrontOriginAccessIdentityResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.cloudfront.kotlin.inputs.GetCloudFrontOriginAccessIdentityPlainArgs.