Harness v0.0.6 published on Saturday, Jul 1, 2023 by lbrlabs
harness.platform.getAwsCCConnector
Explore with Pulumi AI
Datasource for looking up an AWS Cloud Cost connector.
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Harness = Pulumi.Harness;
return await Deployment.RunAsync(() => 
{
    var example = Harness.Platform.GetAwsCCConnector.Invoke(new()
    {
        Identifier = "identifier",
    });
});
package main
import (
	"github.com/lbrlabs/pulumi-harness/sdk/go/harness/platform"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := platform.LookupAwsCCConnector(ctx, &platform.LookupAwsCCConnectorArgs{
			Identifier: "identifier",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.harness.platform.PlatformFunctions;
import com.pulumi.harness.platform.inputs.GetAwsCCConnectorArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var example = PlatformFunctions.getAwsCCConnector(GetAwsCCConnectorArgs.builder()
            .identifier("identifier")
            .build());
    }
}
import pulumi
import pulumi_harness as harness
example = harness.platform.get_aws_cc_connector(identifier="identifier")
import * as pulumi from "@pulumi/pulumi";
import * as harness from "@pulumi/harness";
const example = harness.platform.getAwsCCConnector({
    identifier: "identifier",
});
variables:
  example:
    fn::invoke:
      Function: harness:platform:getAwsCCConnector
      Arguments:
        identifier: identifier
Using getAwsCCConnector
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAwsCCConnector(args: GetAwsCCConnectorArgs, opts?: InvokeOptions): Promise<GetAwsCCConnectorResult>
function getAwsCCConnectorOutput(args: GetAwsCCConnectorOutputArgs, opts?: InvokeOptions): Output<GetAwsCCConnectorResult>def get_aws_cc_connector(identifier: Optional[str] = None,
                         name: Optional[str] = None,
                         org_id: Optional[str] = None,
                         project_id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetAwsCCConnectorResult
def get_aws_cc_connector_output(identifier: Optional[pulumi.Input[str]] = None,
                         name: Optional[pulumi.Input[str]] = None,
                         org_id: Optional[pulumi.Input[str]] = None,
                         project_id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetAwsCCConnectorResult]func LookupAwsCCConnector(ctx *Context, args *LookupAwsCCConnectorArgs, opts ...InvokeOption) (*LookupAwsCCConnectorResult, error)
func LookupAwsCCConnectorOutput(ctx *Context, args *LookupAwsCCConnectorOutputArgs, opts ...InvokeOption) LookupAwsCCConnectorResultOutput> Note: This function is named LookupAwsCCConnector in the Go SDK.
public static class GetAwsCCConnector 
{
    public static Task<GetAwsCCConnectorResult> InvokeAsync(GetAwsCCConnectorArgs args, InvokeOptions? opts = null)
    public static Output<GetAwsCCConnectorResult> Invoke(GetAwsCCConnectorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAwsCCConnectorResult> getAwsCCConnector(GetAwsCCConnectorArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: harness:platform/getAwsCCConnector:getAwsCCConnector
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Identifier string
 - Unique identifier of the resource.
 - Name string
 - Name of the resource.
 - Org
Id string - Unique identifier of the organization.
 - Project
Id string - Unique identifier of the project.
 
- Identifier string
 - Unique identifier of the resource.
 - Name string
 - Name of the resource.
 - Org
Id string - Unique identifier of the organization.
 - Project
Id string - Unique identifier of the project.
 
- identifier String
 - Unique identifier of the resource.
 - name String
 - Name of the resource.
 - org
Id String - Unique identifier of the organization.
 - project
Id String - Unique identifier of the project.
 
- identifier string
 - Unique identifier of the resource.
 - name string
 - Name of the resource.
 - org
Id string - Unique identifier of the organization.
 - project
Id string - Unique identifier of the project.
 
- identifier str
 - Unique identifier of the resource.
 - name str
 - Name of the resource.
 - org_
id str - Unique identifier of the organization.
 - project_
id str - Unique identifier of the project.
 
- identifier String
 - Unique identifier of the resource.
 - name String
 - Name of the resource.
 - org
Id String - Unique identifier of the organization.
 - project
Id String - Unique identifier of the project.
 
getAwsCCConnector Result
The following output properties are available:
- Account
Id string - The AWS account id.
 - Cross
Account List<Lbrlabs.Accesses Pulumi Package. Harness. Platform. Outputs. Get Aws CCConnector Cross Account Access>  - Harness uses the secure cross-account role to access your AWS account. The role includes a restricted policy to access the cost and usage reports and resources for the sole purpose of cost analysis and cost optimization.
 - Description string
 - Description of the resource.
 - Features
Enableds List<string> - The features enabled for the connector. Valid values are BILLING, OPTIMIZATION, VISIBILITY.
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Identifier string
 - Unique identifier of the resource.
 - Report
Name string - The cost and usage report name. Provided in the delivery options when the template is opened in the AWS console.
 - S3Bucket string
 - The name of s3 bucket.
 - List<string>
 - Tags to associate with the resource.
 - Name string
 - Name of the resource.
 - Org
Id string - Unique identifier of the organization.
 - Project
Id string - Unique identifier of the project.
 
- Account
Id string - The AWS account id.
 - Cross
Account []GetAccesses Aws CCConnector Cross Account Access  - Harness uses the secure cross-account role to access your AWS account. The role includes a restricted policy to access the cost and usage reports and resources for the sole purpose of cost analysis and cost optimization.
 - Description string
 - Description of the resource.
 - Features
Enableds []string - The features enabled for the connector. Valid values are BILLING, OPTIMIZATION, VISIBILITY.
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Identifier string
 - Unique identifier of the resource.
 - Report
Name string - The cost and usage report name. Provided in the delivery options when the template is opened in the AWS console.
 - S3Bucket string
 - The name of s3 bucket.
 - []string
 - Tags to associate with the resource.
 - Name string
 - Name of the resource.
 - Org
Id string - Unique identifier of the organization.
 - Project
Id string - Unique identifier of the project.
 
- account
Id String - The AWS account id.
 - cross
Account List<GetAccesses Aws CCConnector Cross Account Access>  - Harness uses the secure cross-account role to access your AWS account. The role includes a restricted policy to access the cost and usage reports and resources for the sole purpose of cost analysis and cost optimization.
 - description String
 - Description of the resource.
 - features
Enableds List<String> - The features enabled for the connector. Valid values are BILLING, OPTIMIZATION, VISIBILITY.
 - id String
 - The provider-assigned unique ID for this managed resource.
 - identifier String
 - Unique identifier of the resource.
 - report
Name String - The cost and usage report name. Provided in the delivery options when the template is opened in the AWS console.
 - s3Bucket String
 - The name of s3 bucket.
 - List<String>
 - Tags to associate with the resource.
 - name String
 - Name of the resource.
 - org
Id String - Unique identifier of the organization.
 - project
Id String - Unique identifier of the project.
 
- account
Id string - The AWS account id.
 - cross
Account GetAccesses Aws CCConnector Cross Account Access[]  - Harness uses the secure cross-account role to access your AWS account. The role includes a restricted policy to access the cost and usage reports and resources for the sole purpose of cost analysis and cost optimization.
 - description string
 - Description of the resource.
 - features
Enableds string[] - The features enabled for the connector. Valid values are BILLING, OPTIMIZATION, VISIBILITY.
 - id string
 - The provider-assigned unique ID for this managed resource.
 - identifier string
 - Unique identifier of the resource.
 - report
Name string - The cost and usage report name. Provided in the delivery options when the template is opened in the AWS console.
 - s3Bucket string
 - The name of s3 bucket.
 - string[]
 - Tags to associate with the resource.
 - name string
 - Name of the resource.
 - org
Id string - Unique identifier of the organization.
 - project
Id string - Unique identifier of the project.
 
- account_
id str - The AWS account id.
 - cross_
account_ Sequence[Getaccesses Aws CCConnector Cross Account Access]  - Harness uses the secure cross-account role to access your AWS account. The role includes a restricted policy to access the cost and usage reports and resources for the sole purpose of cost analysis and cost optimization.
 - description str
 - Description of the resource.
 - features_
enableds Sequence[str] - The features enabled for the connector. Valid values are BILLING, OPTIMIZATION, VISIBILITY.
 - id str
 - The provider-assigned unique ID for this managed resource.
 - identifier str
 - Unique identifier of the resource.
 - report_
name str - The cost and usage report name. Provided in the delivery options when the template is opened in the AWS console.
 - s3_
bucket str - The name of s3 bucket.
 - Sequence[str]
 - Tags to associate with the resource.
 - name str
 - Name of the resource.
 - org_
id str - Unique identifier of the organization.
 - project_
id str - Unique identifier of the project.
 
- account
Id String - The AWS account id.
 - cross
Account List<Property Map>Accesses  - Harness uses the secure cross-account role to access your AWS account. The role includes a restricted policy to access the cost and usage reports and resources for the sole purpose of cost analysis and cost optimization.
 - description String
 - Description of the resource.
 - features
Enableds List<String> - The features enabled for the connector. Valid values are BILLING, OPTIMIZATION, VISIBILITY.
 - id String
 - The provider-assigned unique ID for this managed resource.
 - identifier String
 - Unique identifier of the resource.
 - report
Name String - The cost and usage report name. Provided in the delivery options when the template is opened in the AWS console.
 - s3Bucket String
 - The name of s3 bucket.
 - List<String>
 - Tags to associate with the resource.
 - name String
 - Name of the resource.
 - org
Id String - Unique identifier of the organization.
 - project
Id String - Unique identifier of the project.
 
Supporting Types
GetAwsCCConnectorCrossAccountAccess     
- External
Id string - Role
Arn string 
- External
Id string - Role
Arn string 
- external
Id String - role
Arn String 
- external
Id string - role
Arn string 
- external_
id str - role_
arn str 
- external
Id String - role
Arn String 
Package Details
- Repository
 - harness lbrlabs/pulumi-harness
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
harnessTerraform Provider.