GetClusterScan
Using GetClusterScan
function getClusterScan(args: GetClusterScanArgs, opts?: InvokeOptions): Promise<GetClusterScanResult>function get_cluster_scan(cluster_id=None, name=None, opts=None)func GetClusterScan(ctx *Context, args *GetClusterScanArgs, opts ...InvokeOption) (*GetClusterScanResult, error)public static class GetClusterScan {
public static Task<GetClusterScanResult> InvokeAsync(GetClusterScanArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetClusterScan Result
The following output properties are available:
- annotations Dict[str, Any]
- cluster_
id str - id str
The provider-assigned unique ID for this managed resource.
- labels Dict[str, Any]
- name str
- run_
type str - scan_
config Dict[GetCluster Scan Scan Config] - scan_
type str - status str
Supporting Types
GetClusterScanScanConfig
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
GetClusterScanScanConfigCisScanConfig
See the output API doc for this type.
See the output API doc for this type.
See the output API doc for this type.
Package Details
- Repository
- https://github.com/pulumi/pulumi-rancher2
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
rancher2Terraform Provider.