CfnServiceFunctionMixinProps
- class aws_cdk.cfn_property_mixins.aws_resiliencehubv2.CfnServiceFunctionMixinProps(*, criticality=None, description=None, name=None, service_arn=None)
Bases:
objectProperties for CfnServiceFunctionPropsMixin.
- Parameters:
criticality (
Optional[str]) – The criticality of the service function.description (
Optional[str]) – The description of the service function.name (
Optional[str]) – The name of the service function.service_arn (
Optional[str]) – The ARN of the parent service.
- See:
- 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.cfn_property_mixins import aws_resiliencehubv2 as resiliencehubv2 cfn_service_function_mixin_props = resiliencehubv2.CfnServiceFunctionMixinProps( criticality="criticality", description="description", name="name", service_arn="serviceArn" )
Attributes
- criticality
The criticality of the service function.
- description
The description of the service function.
- name
The name of the service function.
- service_arn
The ARN of the parent service.