你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

New-AzSecurityInformationProtectionAwsOfferingObject

为 InformationProtectionAwsOffering 创建内存中对象。

语法

New-AzSecurityInformationProtectionAwsOfferingObject
   [-InformationProtectionCloudRoleArn <String>]
   [<CommonParameters>]

说明

为 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

输出

InformationProtectionAwsOffering