v20190301preview

package
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ConnectorBillingModelTrial       = ConnectorBillingModel("trial")
	ConnectorBillingModelAutoUpgrade = ConnectorBillingModel("autoUpgrade")
	ConnectorBillingModelPremium     = ConnectorBillingModel("premium")
	ConnectorBillingModelExpired     = ConnectorBillingModel("expired")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudConnector

type CloudConnector struct {
	pulumi.CustomResourceState

	// Connector billing model
	BillingModel pulumi.StringPtrOutput `pulumi:"billingModel"`
	// Collection information
	CollectionInfo ConnectorCollectionInfoResponseOutput `pulumi:"collectionInfo"`
	// Connector definition creation datetime
	CreatedOn pulumi.StringOutput `pulumi:"createdOn"`
	// Credentials authentication key (eg AWS ARN)
	CredentialsKey pulumi.StringPtrOutput `pulumi:"credentialsKey"`
	// Credentials secret (eg AWS ExternalId)
	CredentialsSecret pulumi.StringPtrOutput `pulumi:"credentialsSecret"`
	// Number of days remaining of trial
	DaysTrialRemaining pulumi.IntOutput `pulumi:"daysTrialRemaining"`
	// Default ManagementGroupId
	DefaultManagementGroupId pulumi.StringPtrOutput `pulumi:"defaultManagementGroupId"`
	// Connector DisplayName
	DisplayName pulumi.StringPtrOutput `pulumi:"displayName"`
	// Associated ExternalBillingAccountId
	ExternalBillingAccountId pulumi.StringOutput `pulumi:"externalBillingAccountId"`
	// Connector kind (eg aws)
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Connector last modified datetime
	ModifiedOn pulumi.StringOutput `pulumi:"modifiedOn"`
	// Connector name
	Name pulumi.StringOutput `pulumi:"name"`
	// The display name of the providerBillingAccountId as defined on the external provider
	ProviderBillingAccountDisplayName pulumi.StringOutput `pulumi:"providerBillingAccountDisplayName"`
	// Connector providerBillingAccountId, determined from credentials (eg AWS Consolidated account number)
	ProviderBillingAccountId pulumi.StringOutput `pulumi:"providerBillingAccountId"`
	// Identifying source report. (For AWS this is a CUR report name, defined with Daily and with Resources)
	ReportId pulumi.StringPtrOutput `pulumi:"reportId"`
	// Connector status
	Status pulumi.StringOutput `pulumi:"status"`
	// Billing SubscriptionId
	SubscriptionId pulumi.StringPtrOutput `pulumi:"subscriptionId"`
	// Connector type
	Type pulumi.StringOutput `pulumi:"type"`
}

The Connector model definition

func GetCloudConnector

func GetCloudConnector(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *CloudConnectorState, opts ...pulumi.ResourceOption) (*CloudConnector, error)

GetCloudConnector gets an existing CloudConnector resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewCloudConnector

func NewCloudConnector(ctx *pulumi.Context,
	name string, args *CloudConnectorArgs, opts ...pulumi.ResourceOption) (*CloudConnector, error)

NewCloudConnector registers a new resource with the given unique name, arguments, and options.

func (*CloudConnector) ElementType added in v0.2.6

func (*CloudConnector) ElementType() reflect.Type

func (*CloudConnector) ToCloudConnectorOutput added in v0.2.6

func (i *CloudConnector) ToCloudConnectorOutput() CloudConnectorOutput

func (*CloudConnector) ToCloudConnectorOutputWithContext added in v0.2.6

func (i *CloudConnector) ToCloudConnectorOutputWithContext(ctx context.Context) CloudConnectorOutput

type CloudConnectorArgs

type CloudConnectorArgs struct {
	// Connector billing model
	BillingModel pulumi.StringPtrInput
	// Connector Name.
	ConnectorName pulumi.StringInput
	// Credentials authentication key (eg AWS ARN)
	CredentialsKey pulumi.StringPtrInput
	// Credentials secret (eg AWS ExternalId)
	CredentialsSecret pulumi.StringPtrInput
	// Default ManagementGroupId
	DefaultManagementGroupId pulumi.StringPtrInput
	// Connector DisplayName
	DisplayName pulumi.StringPtrInput
	// Connector kind (eg aws)
	Kind pulumi.StringPtrInput
	// Identifying source report. (For AWS this is a CUR report name, defined with Daily and with Resources)
	ReportId pulumi.StringPtrInput
	// Billing SubscriptionId
	SubscriptionId pulumi.StringPtrInput
}

The set of arguments for constructing a CloudConnector resource.

func (CloudConnectorArgs) ElementType

func (CloudConnectorArgs) ElementType() reflect.Type

type CloudConnectorInput added in v0.2.6

type CloudConnectorInput interface {
	pulumi.Input

	ToCloudConnectorOutput() CloudConnectorOutput
	ToCloudConnectorOutputWithContext(ctx context.Context) CloudConnectorOutput
}

type CloudConnectorOutput added in v0.2.6

type CloudConnectorOutput struct {
	*pulumi.OutputState
}

func (CloudConnectorOutput) ElementType added in v0.2.6

func (CloudConnectorOutput) ElementType() reflect.Type

func (CloudConnectorOutput) ToCloudConnectorOutput added in v0.2.6

func (o CloudConnectorOutput) ToCloudConnectorOutput() CloudConnectorOutput

func (CloudConnectorOutput) ToCloudConnectorOutputWithContext added in v0.2.6

func (o CloudConnectorOutput) ToCloudConnectorOutputWithContext(ctx context.Context) CloudConnectorOutput

type CloudConnectorState

type CloudConnectorState struct {
	// Connector billing model
	BillingModel pulumi.StringPtrInput
	// Collection information
	CollectionInfo ConnectorCollectionInfoResponsePtrInput
	// Connector definition creation datetime
	CreatedOn pulumi.StringPtrInput
	// Credentials authentication key (eg AWS ARN)
	CredentialsKey pulumi.StringPtrInput
	// Credentials secret (eg AWS ExternalId)
	CredentialsSecret pulumi.StringPtrInput
	// Number of days remaining of trial
	DaysTrialRemaining pulumi.IntPtrInput
	// Default ManagementGroupId
	DefaultManagementGroupId pulumi.StringPtrInput
	// Connector DisplayName
	DisplayName pulumi.StringPtrInput
	// Associated ExternalBillingAccountId
	ExternalBillingAccountId pulumi.StringPtrInput
	// Connector kind (eg aws)
	Kind pulumi.StringPtrInput
	// Connector last modified datetime
	ModifiedOn pulumi.StringPtrInput
	// Connector name
	Name pulumi.StringPtrInput
	// The display name of the providerBillingAccountId as defined on the external provider
	ProviderBillingAccountDisplayName pulumi.StringPtrInput
	// Connector providerBillingAccountId, determined from credentials (eg AWS Consolidated account number)
	ProviderBillingAccountId pulumi.StringPtrInput
	// Identifying source report. (For AWS this is a CUR report name, defined with Daily and with Resources)
	ReportId pulumi.StringPtrInput
	// Connector status
	Status pulumi.StringPtrInput
	// Billing SubscriptionId
	SubscriptionId pulumi.StringPtrInput
	// Connector type
	Type pulumi.StringPtrInput
}

func (CloudConnectorState) ElementType

func (CloudConnectorState) ElementType() reflect.Type

type ConnectorBillingModel added in v0.3.1

type ConnectorBillingModel pulumi.String

Connector billing model

func (ConnectorBillingModel) ElementType added in v0.3.1

func (ConnectorBillingModel) ElementType() reflect.Type

func (ConnectorBillingModel) ToStringOutput added in v0.3.1

func (e ConnectorBillingModel) ToStringOutput() pulumi.StringOutput

func (ConnectorBillingModel) ToStringOutputWithContext added in v0.3.1

func (e ConnectorBillingModel) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (ConnectorBillingModel) ToStringPtrOutput added in v0.3.1

func (e ConnectorBillingModel) ToStringPtrOutput() pulumi.StringPtrOutput

func (ConnectorBillingModel) ToStringPtrOutputWithContext added in v0.3.1

func (e ConnectorBillingModel) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type ConnectorCollectionErrorInfoResponse

type ConnectorCollectionErrorInfoResponse struct {
	// Short error code
	ErrorCode string `pulumi:"errorCode"`
	// External Provider error message
	ErrorInnerMessage string `pulumi:"errorInnerMessage"`
	// Detailed error message
	ErrorMessage string `pulumi:"errorMessage"`
	// Time the error started occurring (Last time error occurred in lastChecked)
	ErrorStartTime string `pulumi:"errorStartTime"`
}

Details of any error encountered on last collection attempt

type ConnectorCollectionErrorInfoResponseArgs

type ConnectorCollectionErrorInfoResponseArgs struct {
	// Short error code
	ErrorCode pulumi.StringInput `pulumi:"errorCode"`
	// External Provider error message
	ErrorInnerMessage pulumi.StringInput `pulumi:"errorInnerMessage"`
	// Detailed error message
	ErrorMessage pulumi.StringInput `pulumi:"errorMessage"`
	// Time the error started occurring (Last time error occurred in lastChecked)
	ErrorStartTime pulumi.StringInput `pulumi:"errorStartTime"`
}

Details of any error encountered on last collection attempt

func (ConnectorCollectionErrorInfoResponseArgs) ElementType

func (ConnectorCollectionErrorInfoResponseArgs) ToConnectorCollectionErrorInfoResponseOutput

func (i ConnectorCollectionErrorInfoResponseArgs) ToConnectorCollectionErrorInfoResponseOutput() ConnectorCollectionErrorInfoResponseOutput

func (ConnectorCollectionErrorInfoResponseArgs) ToConnectorCollectionErrorInfoResponseOutputWithContext

func (i ConnectorCollectionErrorInfoResponseArgs) ToConnectorCollectionErrorInfoResponseOutputWithContext(ctx context.Context) ConnectorCollectionErrorInfoResponseOutput

func (ConnectorCollectionErrorInfoResponseArgs) ToConnectorCollectionErrorInfoResponsePtrOutput

func (i ConnectorCollectionErrorInfoResponseArgs) ToConnectorCollectionErrorInfoResponsePtrOutput() ConnectorCollectionErrorInfoResponsePtrOutput

func (ConnectorCollectionErrorInfoResponseArgs) ToConnectorCollectionErrorInfoResponsePtrOutputWithContext

func (i ConnectorCollectionErrorInfoResponseArgs) ToConnectorCollectionErrorInfoResponsePtrOutputWithContext(ctx context.Context) ConnectorCollectionErrorInfoResponsePtrOutput

type ConnectorCollectionErrorInfoResponseInput

type ConnectorCollectionErrorInfoResponseInput interface {
	pulumi.Input

	ToConnectorCollectionErrorInfoResponseOutput() ConnectorCollectionErrorInfoResponseOutput
	ToConnectorCollectionErrorInfoResponseOutputWithContext(context.Context) ConnectorCollectionErrorInfoResponseOutput
}

ConnectorCollectionErrorInfoResponseInput is an input type that accepts ConnectorCollectionErrorInfoResponseArgs and ConnectorCollectionErrorInfoResponseOutput values. You can construct a concrete instance of `ConnectorCollectionErrorInfoResponseInput` via:

ConnectorCollectionErrorInfoResponseArgs{...}

type ConnectorCollectionErrorInfoResponseOutput

type ConnectorCollectionErrorInfoResponseOutput struct{ *pulumi.OutputState }

Details of any error encountered on last collection attempt

func (ConnectorCollectionErrorInfoResponseOutput) ElementType

func (ConnectorCollectionErrorInfoResponseOutput) ErrorCode

Short error code

func (ConnectorCollectionErrorInfoResponseOutput) ErrorInnerMessage

External Provider error message

func (ConnectorCollectionErrorInfoResponseOutput) ErrorMessage

Detailed error message

func (ConnectorCollectionErrorInfoResponseOutput) ErrorStartTime

Time the error started occurring (Last time error occurred in lastChecked)

func (ConnectorCollectionErrorInfoResponseOutput) ToConnectorCollectionErrorInfoResponseOutput

func (o ConnectorCollectionErrorInfoResponseOutput) ToConnectorCollectionErrorInfoResponseOutput() ConnectorCollectionErrorInfoResponseOutput

func (ConnectorCollectionErrorInfoResponseOutput) ToConnectorCollectionErrorInfoResponseOutputWithContext

func (o ConnectorCollectionErrorInfoResponseOutput) ToConnectorCollectionErrorInfoResponseOutputWithContext(ctx context.Context) ConnectorCollectionErrorInfoResponseOutput

func (ConnectorCollectionErrorInfoResponseOutput) ToConnectorCollectionErrorInfoResponsePtrOutput

func (o ConnectorCollectionErrorInfoResponseOutput) ToConnectorCollectionErrorInfoResponsePtrOutput() ConnectorCollectionErrorInfoResponsePtrOutput

func (ConnectorCollectionErrorInfoResponseOutput) ToConnectorCollectionErrorInfoResponsePtrOutputWithContext

func (o ConnectorCollectionErrorInfoResponseOutput) ToConnectorCollectionErrorInfoResponsePtrOutputWithContext(ctx context.Context) ConnectorCollectionErrorInfoResponsePtrOutput

type ConnectorCollectionErrorInfoResponsePtrInput

type ConnectorCollectionErrorInfoResponsePtrInput interface {
	pulumi.Input

	ToConnectorCollectionErrorInfoResponsePtrOutput() ConnectorCollectionErrorInfoResponsePtrOutput
	ToConnectorCollectionErrorInfoResponsePtrOutputWithContext(context.Context) ConnectorCollectionErrorInfoResponsePtrOutput
}

ConnectorCollectionErrorInfoResponsePtrInput is an input type that accepts ConnectorCollectionErrorInfoResponseArgs, ConnectorCollectionErrorInfoResponsePtr and ConnectorCollectionErrorInfoResponsePtrOutput values. You can construct a concrete instance of `ConnectorCollectionErrorInfoResponsePtrInput` via:

        ConnectorCollectionErrorInfoResponseArgs{...}

or:

        nil

type ConnectorCollectionErrorInfoResponsePtrOutput

type ConnectorCollectionErrorInfoResponsePtrOutput struct{ *pulumi.OutputState }

func (ConnectorCollectionErrorInfoResponsePtrOutput) Elem

func (ConnectorCollectionErrorInfoResponsePtrOutput) ElementType

func (ConnectorCollectionErrorInfoResponsePtrOutput) ErrorCode

Short error code

func (ConnectorCollectionErrorInfoResponsePtrOutput) ErrorInnerMessage

External Provider error message

func (ConnectorCollectionErrorInfoResponsePtrOutput) ErrorMessage

Detailed error message

func (ConnectorCollectionErrorInfoResponsePtrOutput) ErrorStartTime

Time the error started occurring (Last time error occurred in lastChecked)

func (ConnectorCollectionErrorInfoResponsePtrOutput) ToConnectorCollectionErrorInfoResponsePtrOutput

func (o ConnectorCollectionErrorInfoResponsePtrOutput) ToConnectorCollectionErrorInfoResponsePtrOutput() ConnectorCollectionErrorInfoResponsePtrOutput

func (ConnectorCollectionErrorInfoResponsePtrOutput) ToConnectorCollectionErrorInfoResponsePtrOutputWithContext

func (o ConnectorCollectionErrorInfoResponsePtrOutput) ToConnectorCollectionErrorInfoResponsePtrOutputWithContext(ctx context.Context) ConnectorCollectionErrorInfoResponsePtrOutput

type ConnectorCollectionInfoResponse

type ConnectorCollectionInfoResponse struct {
	// Error information of last collection
	Error *ConnectorCollectionErrorInfoResponse `pulumi:"error"`
	// Last time the data acquisition process initiated connecting to the external provider
	LastChecked string `pulumi:"lastChecked"`
	// Last time the external data was updated into Azure
	LastUpdated string `pulumi:"lastUpdated"`
	// Source timestamp of external data currently available in Azure (eg AWS last processed CUR file timestamp)
	SourceLastUpdated string `pulumi:"sourceLastUpdated"`
}

Collection and ingestion information

type ConnectorCollectionInfoResponseArgs

type ConnectorCollectionInfoResponseArgs struct {
	// Error information of last collection
	Error ConnectorCollectionErrorInfoResponsePtrInput `pulumi:"error"`
	// Last time the data acquisition process initiated connecting to the external provider
	LastChecked pulumi.StringInput `pulumi:"lastChecked"`
	// Last time the external data was updated into Azure
	LastUpdated pulumi.StringInput `pulumi:"lastUpdated"`
	// Source timestamp of external data currently available in Azure (eg AWS last processed CUR file timestamp)
	SourceLastUpdated pulumi.StringInput `pulumi:"sourceLastUpdated"`
}

Collection and ingestion information

func (ConnectorCollectionInfoResponseArgs) ElementType

func (ConnectorCollectionInfoResponseArgs) ToConnectorCollectionInfoResponseOutput

func (i ConnectorCollectionInfoResponseArgs) ToConnectorCollectionInfoResponseOutput() ConnectorCollectionInfoResponseOutput

func (ConnectorCollectionInfoResponseArgs) ToConnectorCollectionInfoResponseOutputWithContext

func (i ConnectorCollectionInfoResponseArgs) ToConnectorCollectionInfoResponseOutputWithContext(ctx context.Context) ConnectorCollectionInfoResponseOutput

func (ConnectorCollectionInfoResponseArgs) ToConnectorCollectionInfoResponsePtrOutput

func (i ConnectorCollectionInfoResponseArgs) ToConnectorCollectionInfoResponsePtrOutput() ConnectorCollectionInfoResponsePtrOutput

func (ConnectorCollectionInfoResponseArgs) ToConnectorCollectionInfoResponsePtrOutputWithContext

func (i ConnectorCollectionInfoResponseArgs) ToConnectorCollectionInfoResponsePtrOutputWithContext(ctx context.Context) ConnectorCollectionInfoResponsePtrOutput

type ConnectorCollectionInfoResponseInput

type ConnectorCollectionInfoResponseInput interface {
	pulumi.Input

	ToConnectorCollectionInfoResponseOutput() ConnectorCollectionInfoResponseOutput
	ToConnectorCollectionInfoResponseOutputWithContext(context.Context) ConnectorCollectionInfoResponseOutput
}

ConnectorCollectionInfoResponseInput is an input type that accepts ConnectorCollectionInfoResponseArgs and ConnectorCollectionInfoResponseOutput values. You can construct a concrete instance of `ConnectorCollectionInfoResponseInput` via:

ConnectorCollectionInfoResponseArgs{...}

type ConnectorCollectionInfoResponseOutput

type ConnectorCollectionInfoResponseOutput struct{ *pulumi.OutputState }

Collection and ingestion information

func (ConnectorCollectionInfoResponseOutput) ElementType

func (ConnectorCollectionInfoResponseOutput) Error

Error information of last collection

func (ConnectorCollectionInfoResponseOutput) LastChecked

Last time the data acquisition process initiated connecting to the external provider

func (ConnectorCollectionInfoResponseOutput) LastUpdated

Last time the external data was updated into Azure

func (ConnectorCollectionInfoResponseOutput) SourceLastUpdated

Source timestamp of external data currently available in Azure (eg AWS last processed CUR file timestamp)

func (ConnectorCollectionInfoResponseOutput) ToConnectorCollectionInfoResponseOutput

func (o ConnectorCollectionInfoResponseOutput) ToConnectorCollectionInfoResponseOutput() ConnectorCollectionInfoResponseOutput

func (ConnectorCollectionInfoResponseOutput) ToConnectorCollectionInfoResponseOutputWithContext

func (o ConnectorCollectionInfoResponseOutput) ToConnectorCollectionInfoResponseOutputWithContext(ctx context.Context) ConnectorCollectionInfoResponseOutput

func (ConnectorCollectionInfoResponseOutput) ToConnectorCollectionInfoResponsePtrOutput

func (o ConnectorCollectionInfoResponseOutput) ToConnectorCollectionInfoResponsePtrOutput() ConnectorCollectionInfoResponsePtrOutput

func (ConnectorCollectionInfoResponseOutput) ToConnectorCollectionInfoResponsePtrOutputWithContext

func (o ConnectorCollectionInfoResponseOutput) ToConnectorCollectionInfoResponsePtrOutputWithContext(ctx context.Context) ConnectorCollectionInfoResponsePtrOutput

type ConnectorCollectionInfoResponsePtrInput

type ConnectorCollectionInfoResponsePtrInput interface {
	pulumi.Input

	ToConnectorCollectionInfoResponsePtrOutput() ConnectorCollectionInfoResponsePtrOutput
	ToConnectorCollectionInfoResponsePtrOutputWithContext(context.Context) ConnectorCollectionInfoResponsePtrOutput
}

ConnectorCollectionInfoResponsePtrInput is an input type that accepts ConnectorCollectionInfoResponseArgs, ConnectorCollectionInfoResponsePtr and ConnectorCollectionInfoResponsePtrOutput values. You can construct a concrete instance of `ConnectorCollectionInfoResponsePtrInput` via:

        ConnectorCollectionInfoResponseArgs{...}

or:

        nil

type ConnectorCollectionInfoResponsePtrOutput

type ConnectorCollectionInfoResponsePtrOutput struct{ *pulumi.OutputState }

func (ConnectorCollectionInfoResponsePtrOutput) Elem

func (ConnectorCollectionInfoResponsePtrOutput) ElementType

func (ConnectorCollectionInfoResponsePtrOutput) Error

Error information of last collection

func (ConnectorCollectionInfoResponsePtrOutput) LastChecked

Last time the data acquisition process initiated connecting to the external provider

func (ConnectorCollectionInfoResponsePtrOutput) LastUpdated

Last time the external data was updated into Azure

func (ConnectorCollectionInfoResponsePtrOutput) SourceLastUpdated

Source timestamp of external data currently available in Azure (eg AWS last processed CUR file timestamp)

func (ConnectorCollectionInfoResponsePtrOutput) ToConnectorCollectionInfoResponsePtrOutput

func (o ConnectorCollectionInfoResponsePtrOutput) ToConnectorCollectionInfoResponsePtrOutput() ConnectorCollectionInfoResponsePtrOutput

func (ConnectorCollectionInfoResponsePtrOutput) ToConnectorCollectionInfoResponsePtrOutputWithContext

func (o ConnectorCollectionInfoResponsePtrOutput) ToConnectorCollectionInfoResponsePtrOutputWithContext(ctx context.Context) ConnectorCollectionInfoResponsePtrOutput

type LookupCloudConnectorArgs

type LookupCloudConnectorArgs struct {
	// Connector Name.
	ConnectorName string `pulumi:"connectorName"`
	// May be used to expand the collectionInfo property. By default, collectionInfo is not included.
	Expand *string `pulumi:"expand"`
}

type LookupCloudConnectorResult

type LookupCloudConnectorResult struct {
	// Connector billing model
	BillingModel *string `pulumi:"billingModel"`
	// Collection information
	CollectionInfo ConnectorCollectionInfoResponse `pulumi:"collectionInfo"`
	// Connector definition creation datetime
	CreatedOn string `pulumi:"createdOn"`
	// Credentials authentication key (eg AWS ARN)
	CredentialsKey *string `pulumi:"credentialsKey"`
	// Credentials secret (eg AWS ExternalId)
	CredentialsSecret *string `pulumi:"credentialsSecret"`
	// Number of days remaining of trial
	DaysTrialRemaining int `pulumi:"daysTrialRemaining"`
	// Default ManagementGroupId
	DefaultManagementGroupId *string `pulumi:"defaultManagementGroupId"`
	// Connector DisplayName
	DisplayName *string `pulumi:"displayName"`
	// Associated ExternalBillingAccountId
	ExternalBillingAccountId string `pulumi:"externalBillingAccountId"`
	// Connector id
	Id string `pulumi:"id"`
	// Connector kind (eg aws)
	Kind *string `pulumi:"kind"`
	// Connector last modified datetime
	ModifiedOn string `pulumi:"modifiedOn"`
	// Connector name
	Name string `pulumi:"name"`
	// The display name of the providerBillingAccountId as defined on the external provider
	ProviderBillingAccountDisplayName string `pulumi:"providerBillingAccountDisplayName"`
	// Connector providerBillingAccountId, determined from credentials (eg AWS Consolidated account number)
	ProviderBillingAccountId string `pulumi:"providerBillingAccountId"`
	// Identifying source report. (For AWS this is a CUR report name, defined with Daily and with Resources)
	ReportId *string `pulumi:"reportId"`
	// Connector status
	Status string `pulumi:"status"`
	// Billing SubscriptionId
	SubscriptionId *string `pulumi:"subscriptionId"`
	// Connector type
	Type string `pulumi:"type"`
}

The Connector model definition

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL