Interface CfnResourceAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResourceAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.106.0 (build e852934)",
date="2025-02-12T12:32:11.222Z")
@Stability(Stable)
public interface CfnResourceAssociationProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnResourceAssociation
.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.servicecatalogappregistry.*; CfnResourceAssociationProps cfnResourceAssociationProps = CfnResourceAssociationProps.builder() .application("application") .resource("resource") .resourceType("resourceType") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnResourceAssociationProps
static final class
An implementation forCfnResourceAssociationProps
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The name or ID of the application.The name or ID of the resource of which the application will be associated.The type of resource of which the application will be associated.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
-