Insight Horizon
environment /

list_secrets - Boto3 1.34.74 documentation

{ 'SecretList': [ { 'ARN': 'string', 'Name': 'string', 'Description': 'string', 'KmsKeyId': 'string', 'RotationEnabled': True|False, 'RotationLambdaARN': 'string', 'RotationRules': { 'AutomaticallyAfterDays': 123, 'Duration': 'string', 'ScheduleExpression': 'string' }, 'LastRotatedDate': datetime(2015, 1, 1), 'LastChangedDate': datetime(2015, 1, 1), 'LastAccessedDate': datetime(2015, 1, 1), 'DeletedDate': datetime(2015, 1, 1), 'NextRotationDate': datetime(2015, 1, 1), 'Tags': [ { 'Key': 'string', 'Value': 'string' }, ], 'SecretVersionsToStages': { 'string': [ 'string', ] }, 'OwningService': 'string', 'CreatedDate': datetime(2015, 1, 1), 'PrimaryRegion': 'string' }, ], 'NextToken': 'string'}