GetResourcePolicyResult

data class GetResourcePolicyResult(val id: String? = null, val resourcePolicy: Any? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, resourcePolicy: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The Arn of the secret.

Link copied to clipboard
val resourcePolicy: Any? = null

A JSON-formatted string for an AWS resource-based policy. Search the CloudFormation User Guide for AWS::SecretsManager::ResourcePolicy for more information about the expected schema for this property.