CfnServiceFunctionMixinProps

class aws_cdk.cfn_property_mixins.aws_resiliencehubv2.CfnServiceFunctionMixinProps(*, criticality=None, description=None, name=None, service_arn=None)

Bases: object

Properties 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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resiliencehubv2-servicefunction.html

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resiliencehubv2-servicefunction.html#cfn-resiliencehubv2-servicefunction-criticality

description

The description of the service function.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resiliencehubv2-servicefunction.html#cfn-resiliencehubv2-servicefunction-description

name

The name of the service function.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resiliencehubv2-servicefunction.html#cfn-resiliencehubv2-servicefunction-name

service_arn

The ARN of the parent service.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resiliencehubv2-servicefunction.html#cfn-resiliencehubv2-servicefunction-servicearn