ResourcePolicyReference
- class aws_cdk.interfaces.aws_secretsmanager.ResourcePolicyReference(*, secret_id)
Bases:
objectA reference to a ResourcePolicy resource.
- Parameters:
secret_id (
str) – The SecretId of the ResourcePolicy resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_secretsmanager as interfaces_secretsmanager resource_policy_reference = interfaces_secretsmanager.ResourcePolicyReference( secret_id="secretId" )
Attributes
- secret_id
The SecretId of the ResourcePolicy resource.