Fargate Profile Selector Args
    data class FargateProfileSelectorArgs(val labels: Output<Map<String, String>>? = null, val namespace: Output<String>) : ConvertibleToJava<FargateProfileSelectorArgs> 
Constructors
Link copied to clipboard
                fun FargateProfileSelectorArgs(labels: Output<Map<String, String>>? = null, namespace: Output<String>)