AWS code-library documentation change
Summary
Added PowerShell V5 example for DescribeFargateProfile operation with sample output
Security assessment
Standard descriptive command example without security implications or protection mechanisms.
Diff
diff --git a/code-library/latest/ug/eks_example_eks_DescribeFargateProfile_section.md b/code-library/latest/ug/eks_example_eks_DescribeFargateProfile_section.md index 92c944672..f8d48f9bf 100644 --- a//code-library/latest/ug/eks_example_eks_DescribeFargateProfile_section.md +++ b//code-library/latest/ug/eks_example_eks_DescribeFargateProfile_section.md @@ -98,0 +99,27 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This cmdlet returns descriptive information about an AWS Fargate profile.** + + + Get-EKSFargateProfile -FargateProfileName "EKSFargate" -ClusterName "TEST" + + +**Output:** + + + ClusterName : TEST + CreatedAt : 12/26/2019 12:34:47 PM + FargateProfileArn : arn:aws:eks:us-east-2:012345678912:fargateprofile/TEST/EKSFargate/42b7a119-e16b-a279-ce97-bdf303adec92 + FargateProfileName : EKSFargate + PodExecutionRoleArn : arn:aws:iam::012345678912:role/AmazonEKSFargatePodExecutionRole + Selectors : {Amazon.EKS.Model.FargateProfileSelector} + Status : ACTIVE + Subnets : {subnet-0cd976f08d5fbfaae, subnet-02f6ff500ff2067a0} + Tags : {} + + * For API details, see [DescribeFargateProfile](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +