ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog.fromMap constructor
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog.fromMap()
Implementation
factory ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog.fromMap(Map<String, dynamic> map) {
return ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsDatadog(
apiKey: pulumi.Input.fromValue(map['apiKey'] as String),
applicationKey: pulumi.Input.fromValue(map['applicationKey'] as String),
);
}