Interface CfnResourceAssociationMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResourceAssociationMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-14T18:32:19.482Z")
@Stability(Stable)
public interface CfnResourceAssociationMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnResourceAssociationPropsMixin.
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.servicecatalogappregistry.*;
CfnResourceAssociationMixinProps cfnResourceAssociationMixinProps = CfnResourceAssociationMixinProps.builder()
.application("application")
.resource("resource")
.resourceType("resourceType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResourceAssociationMixinPropsstatic final classAn implementation forCfnResourceAssociationMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplication
The name or ID of the application.- See Also:
-
getResource
The name or ID of the resource of which the application will be associated.- See Also:
-
getResourceType
The type of resource of which the application will be associated.- See Also:
-
builder
-