AWSAPICallViaCloudTrail

class aws_cdk.mixins_preview.aws_transcribe.events.AWSAPICallViaCloudTrail

Bases: object

(experimental) EventBridge event pattern for aws.transcribe@AWSAPICallViaCloudTrail.

Stability:

experimental

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.mixins_preview.aws_transcribe import events as transcribe_events

a_wsapi_call_via_cloud_trail = transcribe_events.AWSAPICallViaCloudTrail()
Stability:

experimental

Static Methods

classmethod event_pattern(*, aws_region=None, event_id=None, event_metadata=None, event_name=None, event_source=None, event_time=None, event_type=None, event_version=None, request_id=None, request_parameters=None, response_elements=None, source_ip_address=None, user_agent=None, user_identity=None)

(experimental) EventBridge event pattern for AWS API Call via CloudTrail.

Parameters:
  • aws_region (Optional[Sequence[str]]) – (experimental) awsRegion property. Specify an array of string values to match this event if the actual value of awsRegion is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_id (Optional[Sequence[str]]) – (experimental) eventID property. Specify an array of string values to match this event if the actual value of eventID is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • event_name (Optional[Sequence[str]]) – (experimental) eventName property. Specify an array of string values to match this event if the actual value of eventName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_source (Optional[Sequence[str]]) – (experimental) eventSource property. Specify an array of string values to match this event if the actual value of eventSource is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_time (Optional[Sequence[str]]) – (experimental) eventTime property. Specify an array of string values to match this event if the actual value of eventTime is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_type (Optional[Sequence[str]]) – (experimental) eventType property. Specify an array of string values to match this event if the actual value of eventType is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_version (Optional[Sequence[str]]) – (experimental) eventVersion property. Specify an array of string values to match this event if the actual value of eventVersion is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • request_id (Optional[Sequence[str]]) – (experimental) requestID property. Specify an array of string values to match this event if the actual value of requestID is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • request_parameters (Union[RequestParameters, Dict[str, Any], None]) – (experimental) requestParameters property. Specify an array of string values to match this event if the actual value of requestParameters is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • response_elements (Union[ResponseElements, Dict[str, Any], None]) – (experimental) responseElements property. Specify an array of string values to match this event if the actual value of responseElements is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • source_ip_address (Optional[Sequence[str]]) – (experimental) sourceIPAddress property. Specify an array of string values to match this event if the actual value of sourceIPAddress is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • user_agent (Optional[Sequence[str]]) – (experimental) userAgent property. Specify an array of string values to match this event if the actual value of userAgent is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • user_identity (Union[UserIdentity, Dict[str, Any], None]) – (experimental) userIdentity property. Specify an array of string values to match this event if the actual value of userIdentity is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

Return type:

EventPattern

AWSAPICallViaCloudTrailProps

class AWSAPICallViaCloudTrail.AWSAPICallViaCloudTrailProps(*, aws_region=None, event_id=None, event_metadata=None, event_name=None, event_source=None, event_time=None, event_type=None, event_version=None, request_id=None, request_parameters=None, response_elements=None, source_ip_address=None, user_agent=None, user_identity=None)

Bases: object

(experimental) Props type for aws.transcribe@AWSAPICallViaCloudTrail event.

Parameters:
  • aws_region (Optional[Sequence[str]]) – (experimental) awsRegion property. Specify an array of string values to match this event if the actual value of awsRegion is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_id (Optional[Sequence[str]]) – (experimental) eventID property. Specify an array of string values to match this event if the actual value of eventID is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_metadata (Union[AWSEventMetadataProps, Dict[str, Any], None]) – (experimental) EventBridge event metadata. Default: - -

  • event_name (Optional[Sequence[str]]) – (experimental) eventName property. Specify an array of string values to match this event if the actual value of eventName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_source (Optional[Sequence[str]]) – (experimental) eventSource property. Specify an array of string values to match this event if the actual value of eventSource is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_time (Optional[Sequence[str]]) – (experimental) eventTime property. Specify an array of string values to match this event if the actual value of eventTime is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_type (Optional[Sequence[str]]) – (experimental) eventType property. Specify an array of string values to match this event if the actual value of eventType is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • event_version (Optional[Sequence[str]]) – (experimental) eventVersion property. Specify an array of string values to match this event if the actual value of eventVersion is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • request_id (Optional[Sequence[str]]) – (experimental) requestID property. Specify an array of string values to match this event if the actual value of requestID is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • request_parameters (Union[RequestParameters, Dict[str, Any], None]) – (experimental) requestParameters property. Specify an array of string values to match this event if the actual value of requestParameters is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • response_elements (Union[ResponseElements, Dict[str, Any], None]) – (experimental) responseElements property. Specify an array of string values to match this event if the actual value of responseElements is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • source_ip_address (Optional[Sequence[str]]) – (experimental) sourceIPAddress property. Specify an array of string values to match this event if the actual value of sourceIPAddress is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • user_agent (Optional[Sequence[str]]) – (experimental) userAgent property. Specify an array of string values to match this event if the actual value of userAgent is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • user_identity (Union[UserIdentity, Dict[str, Any], None]) – (experimental) userIdentity property. Specify an array of string values to match this event if the actual value of userIdentity is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

from aws_cdk import AWSEventMetadataProps
# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_transcribe import events as transcribe_events

a_wsapi_call_via_cloud_trail_props = transcribe_events.AWSAPICallViaCloudTrail.AWSAPICallViaCloudTrailProps(
    aws_region=["awsRegion"],
    event_id=["eventId"],
    event_metadata=AWSEventMetadataProps(
        region=["region"],
        resources=["resources"],
        version=["version"]
    ),
    event_name=["eventName"],
    event_source=["eventSource"],
    event_time=["eventTime"],
    event_type=["eventType"],
    event_version=["eventVersion"],
    request_id=["requestId"],
    request_parameters=transcribe_events.AWSAPICallViaCloudTrail.RequestParameters(
        language_code=["languageCode"],
        media=transcribe_events.AWSAPICallViaCloudTrail.Media(
            media_file_uri=["mediaFileUri"]
        ),
        media_format=["mediaFormat"],
        media_sample_rate_hertz=["mediaSampleRateHertz"],
        settings=transcribe_events.AWSAPICallViaCloudTrail.Settings(
            channel_identification=["channelIdentification"],
            vocabulary_name=["vocabularyName"]
        ),
        transcription_job_name=["transcriptionJobName"],
        vocabulary_name=["vocabularyName"]
    ),
    response_elements=transcribe_events.AWSAPICallViaCloudTrail.ResponseElements(
        language_code=["languageCode"],
        transcription_job=transcribe_events.AWSAPICallViaCloudTrail.TranscriptionJob(
            creation_time=["creationTime"],
            language_code=["languageCode"],
            media=transcribe_events.AWSAPICallViaCloudTrail.Media1(
                media_file_uri=["mediaFileUri"]
            ),
            media_format=["mediaFormat"],
            media_sample_rate_hertz=["mediaSampleRateHertz"],
            settings=transcribe_events.AWSAPICallViaCloudTrail.Settings1(
                channel_identification=["channelIdentification"],
                vocabulary_name=["vocabularyName"]
            ),
            transcription_job_name=["transcriptionJobName"],
            transcription_job_status=["transcriptionJobStatus"]
        ),
        vocabulary_name=["vocabularyName"],
        vocabulary_state=["vocabularyState"]
    ),
    source_ip_address=["sourceIpAddress"],
    user_agent=["userAgent"],
    user_identity=transcribe_events.AWSAPICallViaCloudTrail.UserIdentity(
        access_key_id=["accessKeyId"],
        account_id=["accountId"],
        arn=["arn"],
        principal_id=["principalId"],
        type=["type"],
        user_name=["userName"]
    )
)

Attributes

aws_region

(experimental) awsRegion property.

Specify an array of string values to match this event if the actual value of awsRegion is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

event_id

(experimental) eventID property.

Specify an array of string values to match this event if the actual value of eventID is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

event_metadata

(experimental) EventBridge event metadata.

Default:

Stability:

experimental

event_name

(experimental) eventName property.

Specify an array of string values to match this event if the actual value of eventName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

event_source

(experimental) eventSource property.

Specify an array of string values to match this event if the actual value of eventSource is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

event_time

(experimental) eventTime property.

Specify an array of string values to match this event if the actual value of eventTime is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

event_type

(experimental) eventType property.

Specify an array of string values to match this event if the actual value of eventType is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

event_version

(experimental) eventVersion property.

Specify an array of string values to match this event if the actual value of eventVersion is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

request_id

(experimental) requestID property.

Specify an array of string values to match this event if the actual value of requestID is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

request_parameters

(experimental) requestParameters property.

Specify an array of string values to match this event if the actual value of requestParameters is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

response_elements

(experimental) responseElements property.

Specify an array of string values to match this event if the actual value of responseElements is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

source_ip_address

(experimental) sourceIPAddress property.

Specify an array of string values to match this event if the actual value of sourceIPAddress is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

user_agent

(experimental) userAgent property.

Specify an array of string values to match this event if the actual value of userAgent is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

user_identity

(experimental) userIdentity property.

Specify an array of string values to match this event if the actual value of userIdentity is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

Media

class AWSAPICallViaCloudTrail.Media(*, media_file_uri=None)

Bases: object

(experimental) Type definition for Media.

Parameters:

media_file_uri (Optional[Sequence[str]]) – (experimental) mediaFileUri property. Specify an array of string values to match this event if the actual value of mediaFileUri is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

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.mixins_preview.aws_transcribe import events as transcribe_events

media = transcribe_events.AWSAPICallViaCloudTrail.Media(
    media_file_uri=["mediaFileUri"]
)

Attributes

media_file_uri

(experimental) mediaFileUri property.

Specify an array of string values to match this event if the actual value of mediaFileUri is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

Media1

class AWSAPICallViaCloudTrail.Media1(*, media_file_uri=None)

Bases: object

(experimental) Type definition for Media_1.

Parameters:

media_file_uri (Optional[Sequence[str]]) – (experimental) mediaFileUri property. Specify an array of string values to match this event if the actual value of mediaFileUri is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

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.mixins_preview.aws_transcribe import events as transcribe_events

media1 = transcribe_events.AWSAPICallViaCloudTrail.Media1(
    media_file_uri=["mediaFileUri"]
)

Attributes

media_file_uri

(experimental) mediaFileUri property.

Specify an array of string values to match this event if the actual value of mediaFileUri is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

RequestParameters

class AWSAPICallViaCloudTrail.RequestParameters(*, language_code=None, media=None, media_format=None, media_sample_rate_hertz=None, settings=None, transcription_job_name=None, vocabulary_name=None)

Bases: object

(experimental) Type definition for RequestParameters.

Parameters:
  • language_code (Optional[Sequence[str]]) – (experimental) languageCode property. Specify an array of string values to match this event if the actual value of languageCode is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • media (Union[Media, Dict[str, Any], None]) – (experimental) media property. Specify an array of string values to match this event if the actual value of media is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • media_format (Optional[Sequence[str]]) – (experimental) mediaFormat property. Specify an array of string values to match this event if the actual value of mediaFormat is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • media_sample_rate_hertz (Optional[Sequence[str]]) – (experimental) mediaSampleRateHertz property. Specify an array of string values to match this event if the actual value of mediaSampleRateHertz is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • settings (Union[Settings, Dict[str, Any], None]) – (experimental) settings property. Specify an array of string values to match this event if the actual value of settings is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • transcription_job_name (Optional[Sequence[str]]) – (experimental) transcriptionJobName property. Specify an array of string values to match this event if the actual value of transcriptionJobName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • vocabulary_name (Optional[Sequence[str]]) – (experimental) vocabularyName property. Specify an array of string values to match this event if the actual value of vocabularyName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

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.mixins_preview.aws_transcribe import events as transcribe_events

request_parameters = transcribe_events.AWSAPICallViaCloudTrail.RequestParameters(
    language_code=["languageCode"],
    media=transcribe_events.AWSAPICallViaCloudTrail.Media(
        media_file_uri=["mediaFileUri"]
    ),
    media_format=["mediaFormat"],
    media_sample_rate_hertz=["mediaSampleRateHertz"],
    settings=transcribe_events.AWSAPICallViaCloudTrail.Settings(
        channel_identification=["channelIdentification"],
        vocabulary_name=["vocabularyName"]
    ),
    transcription_job_name=["transcriptionJobName"],
    vocabulary_name=["vocabularyName"]
)

Attributes

language_code

(experimental) languageCode property.

Specify an array of string values to match this event if the actual value of languageCode is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

media

(experimental) media property.

Specify an array of string values to match this event if the actual value of media is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

media_format

(experimental) mediaFormat property.

Specify an array of string values to match this event if the actual value of mediaFormat is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

media_sample_rate_hertz

(experimental) mediaSampleRateHertz property.

Specify an array of string values to match this event if the actual value of mediaSampleRateHertz is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

settings

(experimental) settings property.

Specify an array of string values to match this event if the actual value of settings is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

transcription_job_name

(experimental) transcriptionJobName property.

Specify an array of string values to match this event if the actual value of transcriptionJobName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

vocabulary_name

(experimental) vocabularyName property.

Specify an array of string values to match this event if the actual value of vocabularyName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

ResponseElements

class AWSAPICallViaCloudTrail.ResponseElements(*, language_code=None, transcription_job=None, vocabulary_name=None, vocabulary_state=None)

Bases: object

(experimental) Type definition for ResponseElements.

Parameters:
  • language_code (Optional[Sequence[str]]) – (experimental) languageCode property. Specify an array of string values to match this event if the actual value of languageCode is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • transcription_job (Union[TranscriptionJob, Dict[str, Any], None]) – (experimental) transcriptionJob property. Specify an array of string values to match this event if the actual value of transcriptionJob is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • vocabulary_name (Optional[Sequence[str]]) – (experimental) vocabularyName property. Specify an array of string values to match this event if the actual value of vocabularyName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • vocabulary_state (Optional[Sequence[str]]) – (experimental) vocabularyState property. Specify an array of string values to match this event if the actual value of vocabularyState is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

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.mixins_preview.aws_transcribe import events as transcribe_events

response_elements = transcribe_events.AWSAPICallViaCloudTrail.ResponseElements(
    language_code=["languageCode"],
    transcription_job=transcribe_events.AWSAPICallViaCloudTrail.TranscriptionJob(
        creation_time=["creationTime"],
        language_code=["languageCode"],
        media=transcribe_events.AWSAPICallViaCloudTrail.Media1(
            media_file_uri=["mediaFileUri"]
        ),
        media_format=["mediaFormat"],
        media_sample_rate_hertz=["mediaSampleRateHertz"],
        settings=transcribe_events.AWSAPICallViaCloudTrail.Settings1(
            channel_identification=["channelIdentification"],
            vocabulary_name=["vocabularyName"]
        ),
        transcription_job_name=["transcriptionJobName"],
        transcription_job_status=["transcriptionJobStatus"]
    ),
    vocabulary_name=["vocabularyName"],
    vocabulary_state=["vocabularyState"]
)

Attributes

language_code

(experimental) languageCode property.

Specify an array of string values to match this event if the actual value of languageCode is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

transcription_job

(experimental) transcriptionJob property.

Specify an array of string values to match this event if the actual value of transcriptionJob is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

vocabulary_name

(experimental) vocabularyName property.

Specify an array of string values to match this event if the actual value of vocabularyName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

vocabulary_state

(experimental) vocabularyState property.

Specify an array of string values to match this event if the actual value of vocabularyState is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

Settings

class AWSAPICallViaCloudTrail.Settings(*, channel_identification=None, vocabulary_name=None)

Bases: object

(experimental) Type definition for Settings.

Parameters:
  • channel_identification (Optional[Sequence[str]]) – (experimental) channelIdentification property. Specify an array of string values to match this event if the actual value of channelIdentification is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • vocabulary_name (Optional[Sequence[str]]) – (experimental) vocabularyName property. Specify an array of string values to match this event if the actual value of vocabularyName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

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.mixins_preview.aws_transcribe import events as transcribe_events

settings = transcribe_events.AWSAPICallViaCloudTrail.Settings(
    channel_identification=["channelIdentification"],
    vocabulary_name=["vocabularyName"]
)

Attributes

channel_identification

(experimental) channelIdentification property.

Specify an array of string values to match this event if the actual value of channelIdentification is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

vocabulary_name

(experimental) vocabularyName property.

Specify an array of string values to match this event if the actual value of vocabularyName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

Settings1

class AWSAPICallViaCloudTrail.Settings1(*, channel_identification=None, vocabulary_name=None)

Bases: object

(experimental) Type definition for Settings_1.

Parameters:
  • channel_identification (Optional[Sequence[str]]) – (experimental) channelIdentification property. Specify an array of string values to match this event if the actual value of channelIdentification is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • vocabulary_name (Optional[Sequence[str]]) – (experimental) vocabularyName property. Specify an array of string values to match this event if the actual value of vocabularyName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

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.mixins_preview.aws_transcribe import events as transcribe_events

settings1 = transcribe_events.AWSAPICallViaCloudTrail.Settings1(
    channel_identification=["channelIdentification"],
    vocabulary_name=["vocabularyName"]
)

Attributes

channel_identification

(experimental) channelIdentification property.

Specify an array of string values to match this event if the actual value of channelIdentification is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

vocabulary_name

(experimental) vocabularyName property.

Specify an array of string values to match this event if the actual value of vocabularyName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

TranscriptionJob

class AWSAPICallViaCloudTrail.TranscriptionJob(*, creation_time=None, language_code=None, media=None, media_format=None, media_sample_rate_hertz=None, settings=None, transcription_job_name=None, transcription_job_status=None)

Bases: object

(experimental) Type definition for TranscriptionJob.

Parameters:
  • creation_time (Optional[Sequence[str]]) – (experimental) creationTime property. Specify an array of string values to match this event if the actual value of creationTime is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • language_code (Optional[Sequence[str]]) – (experimental) languageCode property. Specify an array of string values to match this event if the actual value of languageCode is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • media (Union[Media1, Dict[str, Any], None]) – (experimental) media property. Specify an array of string values to match this event if the actual value of media is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • media_format (Optional[Sequence[str]]) – (experimental) mediaFormat property. Specify an array of string values to match this event if the actual value of mediaFormat is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • media_sample_rate_hertz (Optional[Sequence[str]]) – (experimental) mediaSampleRateHertz property. Specify an array of string values to match this event if the actual value of mediaSampleRateHertz is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • settings (Union[Settings1, Dict[str, Any], None]) – (experimental) settings property. Specify an array of string values to match this event if the actual value of settings is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • transcription_job_name (Optional[Sequence[str]]) – (experimental) transcriptionJobName property. Specify an array of string values to match this event if the actual value of transcriptionJobName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • transcription_job_status (Optional[Sequence[str]]) – (experimental) transcriptionJobStatus property. Specify an array of string values to match this event if the actual value of transcriptionJobStatus is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

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.mixins_preview.aws_transcribe import events as transcribe_events

transcription_job = transcribe_events.AWSAPICallViaCloudTrail.TranscriptionJob(
    creation_time=["creationTime"],
    language_code=["languageCode"],
    media=transcribe_events.AWSAPICallViaCloudTrail.Media1(
        media_file_uri=["mediaFileUri"]
    ),
    media_format=["mediaFormat"],
    media_sample_rate_hertz=["mediaSampleRateHertz"],
    settings=transcribe_events.AWSAPICallViaCloudTrail.Settings1(
        channel_identification=["channelIdentification"],
        vocabulary_name=["vocabularyName"]
    ),
    transcription_job_name=["transcriptionJobName"],
    transcription_job_status=["transcriptionJobStatus"]
)

Attributes

creation_time

(experimental) creationTime property.

Specify an array of string values to match this event if the actual value of creationTime is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

language_code

(experimental) languageCode property.

Specify an array of string values to match this event if the actual value of languageCode is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

media

(experimental) media property.

Specify an array of string values to match this event if the actual value of media is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

media_format

(experimental) mediaFormat property.

Specify an array of string values to match this event if the actual value of mediaFormat is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

media_sample_rate_hertz

(experimental) mediaSampleRateHertz property.

Specify an array of string values to match this event if the actual value of mediaSampleRateHertz is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

settings

(experimental) settings property.

Specify an array of string values to match this event if the actual value of settings is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

transcription_job_name

(experimental) transcriptionJobName property.

Specify an array of string values to match this event if the actual value of transcriptionJobName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

transcription_job_status

(experimental) transcriptionJobStatus property.

Specify an array of string values to match this event if the actual value of transcriptionJobStatus is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

UserIdentity

class AWSAPICallViaCloudTrail.UserIdentity(*, access_key_id=None, account_id=None, arn=None, principal_id=None, type=None, user_name=None)

Bases: object

(experimental) Type definition for UserIdentity.

Parameters:
  • access_key_id (Optional[Sequence[str]]) – (experimental) accessKeyId property. Specify an array of string values to match this event if the actual value of accessKeyId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • account_id (Optional[Sequence[str]]) – (experimental) accountId property. Specify an array of string values to match this event if the actual value of accountId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • arn (Optional[Sequence[str]]) – (experimental) arn property. Specify an array of string values to match this event if the actual value of arn is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • principal_id (Optional[Sequence[str]]) – (experimental) principalId property. Specify an array of string values to match this event if the actual value of principalId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • type (Optional[Sequence[str]]) – (experimental) type property. Specify an array of string values to match this event if the actual value of type is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

  • user_name (Optional[Sequence[str]]) – (experimental) userName property. Specify an array of string values to match this event if the actual value of userName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options. Default: - Do not filter on this field

Stability:

experimental

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.mixins_preview.aws_transcribe import events as transcribe_events

user_identity = transcribe_events.AWSAPICallViaCloudTrail.UserIdentity(
    access_key_id=["accessKeyId"],
    account_id=["accountId"],
    arn=["arn"],
    principal_id=["principalId"],
    type=["type"],
    user_name=["userName"]
)

Attributes

access_key_id

(experimental) accessKeyId property.

Specify an array of string values to match this event if the actual value of accessKeyId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

account_id

(experimental) accountId property.

Specify an array of string values to match this event if the actual value of accountId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

arn

(experimental) arn property.

Specify an array of string values to match this event if the actual value of arn is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

principal_id

(experimental) principalId property.

Specify an array of string values to match this event if the actual value of principalId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

type

(experimental) type property.

Specify an array of string values to match this event if the actual value of type is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental

user_name

(experimental) userName property.

Specify an array of string values to match this event if the actual value of userName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default:
  • Do not filter on this field

Stability:

experimental