AWS code-library documentation change
Summary
Added PowerShell V5 example for Get-CFCloudFrontOriginAccessIdentityConfig cmdlet
Security assessment
Documents retrieval of origin access identity configurations which are security constructs, but does not address vulnerabilities or new security features
Diff
diff --git a/code-library/latest/ug/cloudfront_example_cloudfront_GetCloudFrontOriginAccessIdentityConfig_section.md b/code-library/latest/ug/cloudfront_example_cloudfront_GetCloudFrontOriginAccessIdentityConfig_section.md index a592e6932..250346be2 100644 --- a//code-library/latest/ug/cloudfront_example_cloudfront_GetCloudFrontOriginAccessIdentityConfig_section.md +++ b//code-library/latest/ug/cloudfront_example_cloudfront_GetCloudFrontOriginAccessIdentityConfig_section.md @@ -64,0 +65,21 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example returns configuration information about a single Amazon CloudFront origin access identity, specified by the -Id parameter. Errors occur if no -Id parameter is specified..** + + + Get-CFCloudFrontOriginAccessIdentityConfig -Id E3XXXXXXXXXXRT + + +**Output:** + + + CallerReference Comment + --------------- ------- + mycallerreference: 2/1/2011 1:16:32 PM Caller reference: 2/1/2011 1:16:32 PM + + * For API details, see [GetCloudFrontOriginAccessIdentityConfig](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +