SchemaConfigurationBindOptions
- class aws_cdk.aws_kinesisfirehose.SchemaConfigurationBindOptions(*, role)
Bases:
objectOptions when binding a SchemaConfig to a Destination.
- Parameters:
role (
IRole) – The IAM Role that will be used by the Delivery Stream for access to the Glue data catalog for record format conversion.- 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 import aws_iam as iam from aws_cdk import aws_kinesisfirehose as kinesisfirehose # role: iam.Role schema_configuration_bind_options = kinesisfirehose.SchemaConfigurationBindOptions( role=role )
Attributes
- role
The IAM Role that will be used by the Delivery Stream for access to the Glue data catalog for record format conversion.