New-AzSecurityInformationProtectionAwsOfferingObject
建立 InformationProtectionAwsOffering 的記憶體內部物件。
語法
New-AzSecurityInformationProtectionAwsOfferingObject
[-InformationProtectionCloudRoleArn <String>]
[<CommonParameters>]
Description
建立 InformationProtectionAwsOffering 的記憶體內部物件。
範例
範例 1:建立新的 InformationProtectionAwsOffering 物件
New-AzSecurityInformationProtectionAwsOfferingObject -InformationProtectionCloudRoleArn "arn:aws:iam::123456789012:role/myRole"
Description InformationProtectionCloudRoleArn OfferingType
----------- --------------------------------- ------------
arn:aws:iam::123456789012:role/myRole InformationProtectionAws
參數
-InformationProtectionCloudRoleArn
這項功能的 AWS 中的雲端角色 ARN。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |