- Navigation Guide
@aws-sdk/client-iot
CreatePolicyCommandOutput Interface
The output of CreatePolicyCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
policyArn | string | undefined | The policy ARN. |
policyDocument | string | undefined | The JSON document that describes the policy. |
policyName | string | undefined | The policy name. |
policyVersionId | string | undefined | The policy version ID. |
Full Signature
export interface CreatePolicyCommandOutput extends CreatePolicyResponse, MetadataBearer