Interface CfnServiceFunctionMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServiceFunctionMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)",
date="2026-06-16T16:14:46.574Z")
@Stability(Stable)
public interface CfnServiceFunctionMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnServiceFunctionPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.resiliencehubv2.*;
CfnServiceFunctionMixinProps cfnServiceFunctionMixinProps = CfnServiceFunctionMixinProps.builder()
.criticality("criticality")
.description("description")
.name("name")
.serviceArn("serviceArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnServiceFunctionMixinPropsstatic final classAn implementation forCfnServiceFunctionMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCriticality
The criticality of the service function.- See Also:
-
getDescription
The description of the service function.- See Also:
-
getName
The name of the service function.- See Also:
-
getServiceArn
The ARN of the parent service.- See Also:
-
builder
-