Sha256: 6bcf478fbc89b98eb31f3a0a7e22ee2c93353b16805541c14ae84d03a4578c61
Contents?: true
Size: 1.18 KB
Versions: 18
Compression:
Stored size: 1.18 KB
Contents
AWS::Lambda::Permission: Properties: Action: "\"The Lambda actions that you want to allow in this statement. For example, you can specify lambda:CreateFunction to specify a certain action, or use a wildcard (lambda:*) to grant permission to all Lambda actions.\"" FunctionName: "\"The name (physical ID) or Amazon Resource Name (ARN) of the Lambda function that you want to associate with this statement.\"" Principal: "\"The entity for which you are granting permission to invoke the Lambda function. This entity can be any valid AWS service principal, such as s3.amazonaws.com or sns.amazonaws.com, or, if you are granting cross-account permission, an AWS account ID.\"" SourceAccount: "\"The AWS account ID (without hyphens) of the source owner. For example, if you specify an S3 bucket in the SourceArn property, this value is the bucket owner's account ID. You can use this property to ensure that all source principals are owned by a specific account.\"" SourceArn: "\"The ARN of a resource that is invoking your function. When granting Amazon Simple Storage Service (Amazon S3) permission to invoke your function, specify this property with the bucket ARN as its value.\""
Version data entries
18 entries across 18 versions & 1 rubygems