Bases: object
Specific settings like the authentication protocol or the VPC components to secure access to your event source.
type (SourceAccessConfigurationType
) â The type of authentication protocol or the VPC components for your event source. For example: âSASL_SCRAM_512_AUTHâ.
uri (str
) â The value for your chosen configuration in type. For example: âURIâ: âarn:aws:secretsmanager:us-east-1:01234567890:secret:MyBrokerSecretNameâ. The exact string depends on the type.
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_lambda as lambda_ # source_access_configuration_type: lambda.SourceAccessConfigurationType source_access_configuration = lambda.SourceAccessConfiguration( type=source_access_configuration_type, uri="uri" )
Attributes
The type of authentication protocol or the VPC components for your event source.
For example: âSASL_SCRAM_512_AUTHâ.
The value for your chosen configuration in type.
For example: âURIâ: âarn:aws:secretsmanager:us-east-1:01234567890:secret:MyBrokerSecretNameâ. The exact string depends on the type.
SourceAccessConfigurationType
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4